I want my HTML Block field to be last on the page so is there a way I can move up my Submit button so its above it? The way it is now, I have several images and the Submit button gets lost below all of them.
Thanks!
I want my HTML Block field to be last on the page so is there a way I can move up my Submit button so its above it? The way it is now, I have several images and the Submit button gets lost below all of them.
Thanks!
Why not just put HTML content below the form shortcode in the editor? Sounds like that's going to do the same thing.
Thanks Kevin! That didn't even cross my mind....
But assuming I wanted to move the Submit button in-between some fields...is that even possible?
You would have to use jQuery or some client side script to manipulate the markup, or use CSS to absolutely position the submit button above the other fields. Either method is more work. If you don't really need to do that for some reason, I'd just go for the simple post-shortcode content.
Thanks again Kevin....have a nice day...
My pleasure. You have an awesome day too!