Title: Submit button position
Last modified: May 26, 2021

---

# Submit button position

 *  Resolved [zukenstein](https://wordpress.org/support/users/zukenstein/)
 * (@zukenstein)
 * [5 years ago](https://wordpress.org/support/topic/submit-button-position-5/)
 * 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](https://wordpress.org/support/users/codepeople/)
 * (@codepeople)
 * [5 years ago](https://wordpress.org/support/topic/submit-button-position-5/#post-14484348)
 * Hello [@zukenstein](https://wordpress.org/support/users/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](https://wordpress.org/support/users/zukenstein/)
 * (@zukenstein)
 * [5 years ago](https://wordpress.org/support/topic/submit-button-position-5/#post-14485172)
 * 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.

 * ![](https://ps.w.org/calculated-fields-form/assets/icon-256x256.jpg?rev=1734377)
 * [Calculated Fields Form](https://wordpress.org/plugins/calculated-fields-form/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/calculated-fields-form/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/calculated-fields-form/)
 * [Active Topics](https://wordpress.org/support/plugin/calculated-fields-form/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/calculated-fields-form/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/calculated-fields-form/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [zukenstein](https://wordpress.org/support/users/zukenstein/)
 * Last activity: [5 years ago](https://wordpress.org/support/topic/submit-button-position-5/#post-14485172)
 * Status: resolved