Adding a pop up link to a button in builder

I've added some buttons in the muffin builder and i'd like to add a pop up form on clicking on the button.

I've tried adding the pop up code to the link section but that doesn't work.

 Can you point me in the right direction.

Comments

  • Hey,
    It is possible with some 'hacking', like this: http://prntscr.com/fkex5l
    You need to do it like this:

    [button title="Button" link="#you-custom-id" target="_blank" align="" icon="" icon_position="" color="" font_color="" size="2" full_width="" class="" download="" rel="lightbox" onclick=""]

    <div id="you-custom-id" style="display:none">[contact-form-7 id="84" title="Contact page"]</div>

    Remember to do this in text mode or in our column, see : http://prntscr.com/fkexjm
    The important thing is have diffrent ID for each popup window.
    I have market here what is there to change : http://prntscr.com/fkeycj
    Thanks
Sign In or Register to comment.