• Resolved dov777

    (@dov777)


    Hello,

    another question, sorry I hope that’s ok.

    I would like to position the submit button above the last set of optional / hidden fields and to the right within a 3 column div.

    Is it possible to use a “Button” field to function as the submit button and hide the actual submit button in this instance?

    Or is there a way to position the actual submit button where you want?

    Many thanks for your help, amazing plugin and support.

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author codepeople

    (@codepeople)

    Hello @dov777

    You can select the “No” option for the “Display submit button?” attribute in the form’s settings, and then use a button field for submission, entering as its onclick event the following piece of code:

    
    jQuery(this.form).submit();
    

    For pro or commercial product support please contact us directly on our site. This includes any pre-sales topics as well.

    Commercial products are not supported in these forums. We will happily answer this and any other questions you can have on our own site.

    Thank you.

    Thread Starter dov777

    (@dov777)

    Hello,

    thank you very much for the answer.

    Sorry I didnt know I will contact directly in future.

    All the best

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Submit button positioning’ is closed to new replies.