I tried adding a page break to my form and the page does not get separated. Instead, it seems to combine both pages into one page. Link: http://we-search.org/lab-information/
I tried adding a page break to my form and the page does not get separated. Instead, it seems to combine both pages into one page. Link: http://we-search.org/lab-information/
Form is separated into two steps for me (tested in chrome and safari), but it looks like the styling of the buttons needs to be tweaked, you can place this into your theme's stylesheet:
[css]
.gform_wrapper .gform_page_footer {
clear: both;
}perfect, thanks!
Glad to help!