• Resolved zukenstein

    (@zukenstein)


    Hi I want to have the submit button appear half way up the form rather than at the bottom and it still needs to forward the user to the thank you page where I will display some of their inputs by passing them from form A to form B.

    How can I reposition the submit button or is this not possible?

    Thanks

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

    (@codepeople)

    Hello @zukenstein

    You can insert a button field in the position of the form you want, and enter the following piece of code as its onclick event to emulate a submission:

    jQuery(this.form).submit();

    Best regards.

    Thread Starter zukenstein

    (@zukenstein)

    Ok thanks didnt realise it would still forward to the thank you page doing the submit button in this way

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