Elementor button popup Form

Home Forums Quform WordPress Elementor button popup Form

This topic is: resolved
Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #27694
    DavidFox
    Participant

    Hello,
    I’m using Elementor Pro as page builder and quform wordpress to create some forms I would like to trigger the popup on click of elementor button. Do you know how to do it?

    I try to add:
    jQuery(function ($) {
    $(‘a[href=”#show-form-2″]’).click(function () {
    $(‘.quform-popup-link-2’).click();
    return false;
    });
    });

    but I can’t manage to make it pop up 🙂

    Thanks

    #27696
    DavidFox
    Participant

    Ok RESOLVED.

    I use button ID and add on custom JS

    jQuery(function ($) {
    $(‘#show-form-paypal’).click(function (e) {
    e.preventDefault();
    $(‘.quform-popup-link-5’).click();
    });
    });

    Bye

    #27732
    Ally
    Support Staff

    You don't have permission to view this content. Please log in or register and then verify your purchases to gain access.

    #29440
    therondp
    Participant

    I have the same question here but not sure how and or where to add Javascript all button id for this to work?

    #29452
    Ally
    Support Staff

    You don't have permission to view this content. Please log in or register and then verify your purchases to gain access.

    #30028
    mastersunshine
    Participant

    I followed the instruction exactly and when I click on the button the form is not popping up. What am I doing wrong?

    #30044
    Ally
    Support Staff

    You don't have permission to view this content. Please log in or register and then verify your purchases to gain access.

Viewing 7 posts - 1 through 7 (of 7 total)
  • You must be logged in to reply to this topic.
Be inspired. © 2024 ThemeCatcher Ltd. 20-22 Wenlock Road, London, England, N1 7GU | Company No. 08120384 | Built with React | Privacy Policy