How can I position the Next and Submit buttons on my multi-page form? I have some inputs with conditional logic, and when they appear the Next button moves around. I'd like to anchor it at the bottom-right of each page.
Thank you!
How can I position the Next and Submit buttons on my multi-page form? I have some inputs with conditional logic, and when they appear the Next button moves around. I'd like to anchor it at the bottom-right of each page.
Thank you!
Please post a link to your site where the form is visible and we will help you with the CSS to make that happen. Thank you.
Thank you for your response Chris, here is the first page of the form:
http://maidinbrooklyn.com/lets-book-your-maid/
If you choose one of the radio buttons, I have another selection which conditionally becomes visible. However this moves the "next" button to the other side of the form. I would like to anchor the next button on the bottom right of each page.
Drop this into your theme's stylesheet:
[css]
.gform_page_footer {
clear: both;
}
Thank you kindly!
No problem, glad to help!