You will need to move the comments field, field 5, up, after the Name field, and use the gf_left_half and gf_right_half classes as you have. You need to alternate left and right halves. Sounds like you will have mostly left, but one right. Field 5 just needs to be the second field in the form, with the class just as you've set it.
After you have done that, we will have to work on positioning the submit button. The submit button is not part of the gform_body, but is in the gform_footer, so it would never appear beneath the comments box, like you want. We will have to use absolute positioning to get it where you want it. But that will be dependent on getting the left and right halves laid out how you want them. Here is a good explanation from Kevin Flahaut explaining positioning the submit button: http://www.gravityhelp.com/forums/topic/trouble-positioning-submit-button-inline#post-19798
Posted 11 years ago on Saturday December 22, 2012 |
Permalink