How can I fix the height of the form on this page: http://kidoinfo.com/stageresources/register/?
Also, how does the user become a registered member?
Thank you.
How can I fix the height of the form on this page: http://kidoinfo.com/stageresources/register/?
Also, how does the user become a registered member?
Thank you.
Try dropping this into your theme's stylesheet:
[css]
body .gform_wrapper ul li.gfield {
clear: none;
}
Have you setup a User Registration feed tied to this form yet?
http://www.gravityhelp.com/documentation/page/User_Registration_Add-On
That worked. Thank you.
Yes, I set up a User Registration feed.
Then that's how they get registered. When they fill out the form, the feed kicks in and creates the user upon submission.
OK. I see, it didn't register at first.
I just realized the submit button is still at the bottom of the page.
This is honestly due to how your theme is set up (the columns and the floats). Try dropping this in:
[css]
body .gform_footer.top_label {
clear: none;
}