Trying to create popup window containing shortcode
-
On our website (using events manager pro plugin) the events are listed on a single page. EM uses captcha to prevent spam, but apparently you can have only one instance of captcha on a page. My thought was to create a popup window containing the booking form instead of the expand-box that is now used. Is it possible to put the shortcode #_BOOKINGFORM into a popup window? The original code is below. Thanks in advance for the help!
<div class="expand-box"> <p class="heading">Sign-Up for This Event</p> <div class="content-booking">#_BOOKINGFORM<br /> </div>
The topic ‘Trying to create popup window containing shortcode’ is closed to new replies.