Hello,
I am using the community events add on. Question is I am also using the Tawkto chat plugin and would like to add that to the submission page. I tried adding the short code to the Display->add html after event content and it did add it to the submission form, but it also adds it to the actual event. Any way to just add it to the communitY submission page and not the actual events?
Thanks!
Hey, thank you! However that didn’t work…it did add text to the top of the submission page if I inserted it, however I am using a shortcode from the chat plugin [tawkto]. That didn’t work…
You can insert insert a shortcode in PHP using the do_shortcode() function.
Alternately, you could override the template for Community Events in your theme files (more on that here in our Themer’s Guide) and insert the shortcode directly in there.