Using Fancybox with Visual Form Builder Pro
-
Hello,
I love your plugin and I am trying to display a Visual Form Builder Pro form via shortcode in the Fancybox. I followed your instructions in the faq in response to questions about how to display a form in a fancybox and I almost have it working. I have the fancybox being displayed but it only shows the form shortcode and not the form itself. I wasn’t sure what to put as the class after the id=my_form_pop, so I might have that wrong. In a normal page VFB already inserts the ‘visual-form-builder-container’ class while it is processing the shortcode, so I doubt I put the correct class name on that line. Here’s the html for what I have. Can you help me figure out what’s wrong? As I said, only the shortcode is being displayed in the fancybox.
<div> <a class="ActiveShowButton fancybox" href="#my_form_pop">Volunteer at Show</a> <div class="fancybox-hidden" style="display:none"> <div id="my_form_pop" class="visual-form-builder-container" style="width:500px;height:500px;">[vfb id=5]</div> </div> </div>
Thanks!
- The topic ‘Using Fancybox with Visual Form Builder Pro’ is closed to new replies.