You are viewing limited content. For full access, please sign in.

Question

Question

Is it possible to relocate the Submit button?

asked on September 3, 2015

A client of ours would like to relocate the Submit button to a different part of the Form, above a particular section and below another.

Is there a way to do this?

0 0

Answer

SELECTED ANSWER
replied on September 3, 2015

Yes, easily doable using JQuery. For example, if you want to move it underneath a field, you can do:

('#ID').after('.action-btn');

See here for some other methods and code examples.

0 0

Replies

replied on September 3, 2015

Thanks!

0 0
You are not allowed to follow up in this post.

Sign in to reply to this post.