Forum Replies Created

Viewing 1 post (of 1 total)
  • Author
    Posts
  • Hi,

    I have setup the form to use an Enfold button instead of the Gravity Forms button & I’ve managed to align the button but I can’t get the button to pass a querie string to the next form.

    The people at Gravity Forms have been very helpful and you can follow the instructions they provided me here

    The code I’ve currently got to align the button is as follows
    <div id=”pcbutton”>[av_button label='Apply Here' color='theme-color' custom_bg='#444444' custom_font='#ffffff' size='large' position='center' icon_select='yes' icon='198']</div>

    <script>
    jQuery(document).ready(function($) {
    $(“#field_1_4 div”).click(function() {
    $(“#gform_1”).trigger(“submit”,[true]);
    });
    });
    </script>

    The problem is a strange one because sometime when you click the button it works and other times it just reloads the page.

    Please could you help me with this I’m really struggling.

    Thanks

Viewing 1 post (of 1 total)