I set up a multi-page form. Everything is fine except that on stage 2 there is a big empty space at the bottom. Anyone have any clue why? Stage 1 is fine.
I set up a multi-page form. Everything is fine except that on stage 2 there is a big empty space at the bottom. Anyone have any clue why? Stage 1 is fine.
Can you link to your form please?
Try dropping this into your theme's stylesheet:
[css]
.gform_page_footer br, .gform_page_footer p {
display: none;
}