Do you have the code to embed one of your forms into Enfold wordpress?

  • benbrinnand
    Asked on September 19, 2016 at 10:23 AM

    hi Jotform

    I'm not a coder so go easy on me (I'm happy to give you access to my WP site if you need)

    Do you have the code to embed your forms into Enfold WordPress theme as a lightbox?

    Enfold was number 2 in 2015 and is on course to be number 1 in 2016. ;)

    could you have a chat with them (or look at my site) so I can integrate your amazing forms into Enfold?  

  • David JotForm Support Manager
    Replied on September 19, 2016 at 11:41 AM

    For Feedback forms, you can install our Feedback Form Plugin: https://wordpress.org/plugins/jotform-feedback-button/ 

    Please see the steps on the following guide: https://www.jotform.com/help/324-A-guide-to-forms-for-WordPress-users 

    Let us know if you need more help.

  • benbrinnand
    Replied on September 21, 2016 at 4:38 AM

    Hi BDAVID

    Sorry no dice, thats not a Lightbox button.. unbounce.com Strongly advise using popup Lightbox forms, pleases can you have a look

  • Chriistian Jotform Support
    Replied on September 21, 2016 at 5:16 AM

    Please follow this guide to get the code for a lightbox form: How to Create a Lightbox Form. Simply add the code to your wordpress page to have a lightbox form there. If you are unable to add custom script, you can use plugins such as this one: https://wordpress.org/plugins/custom-script-integration/ 

    If you need further assistance, please let us know.
    Regards.

  • benbrinnand
    Replied on September 21, 2016 at 2:40 PM

    The solution (and its elegant)

    make a button and style it in Enfold. publish. copy the html, and paste that back into a code element

    add a rel = "lightbox"

    enter the url of the form and put ?iframe=true' at the end....

    <div class='avia-button-wrap avia-button-center '><a rel = "lightbox" a href='https://form.jotformeu.com/000000000000?iframe=true' class='avia-button  avia-icon_select-yes-left-icon avia-color-theme-color avia-size-small avia-position-center '><span class='avia_button_icon avia_button_icon_left ' aria-hidden='true' data-av_icon='' data-av_iconfont='entypo-fontello'></span><span class='avia_iconbox_title'>Click me</span></a></div>

    BAM lightbox form from a button

    Ps I'm a brick when it comes to coding ;)