Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #264518

    How do I add another “submit” button to the bottom of my contact form?
    Thank you

    #264826

    Hi Bodymindlinks!

    Please go to Enfold/Js folder and open Avia.js file and add following code to the bottom

    jQuery(function() {
    	jQuery(".avia_ajax_form .button").appendTo( "fieldset p:last-child" );
    });

    then add following code to Quick CSS in Enfold theme options under General Styling tab

    .avia_ajax_form .button { margin-right: 20px; }

    Regards,
    Yigit

    #266183

    Thank you.
    I entered the code for this page: http://bodymindlinks.com/book-a-session/
    There is still just one “submit” button.

    #266280

    Hey!

    Thank you for the update.

    Why do you need another button? When someone click this other button, what will it do?

    Regards,
    Ismael

    #268902

    You are welcome.
    I need another button here:
    http://bodymindlinks.com/book-a-session/

    One that is to the right of the other button that says “Pay with paypal”

    I would like the same color and font except it will say “Pay with cash” and it will link them to here:
    http://bodymindlinks.com/book-a-session/paid-cash-faq/

    And I would like for there to be no sidebar as well, how do I git rid of that?

    #270190

    Hey!

    The contact form doesn’t support a submit button to a different page – this would break the form data and send process. If you just want to add a button which links to the http://bodymindlinks.com/book-a-session/paid-cash-faq/ page please use the “Button” element which enables you to link to any internal or external page without modifying the theme files. If you need to submit the form data to http://bodymindlinks.com/book-a-session/paid-cash-faq/ then our contact form will not work (even if you add another button to the form) and you must hire a developer who can customize the theme files for you.

    Regards,
    Peter

    #1167565

    thank you this topic is resolved and be closed

    #1167626

    Hi,

    If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Adding another "submit" button at the bottom of the contact form.’ is closed to new replies.