Hello,
I was wondering if there is a way to position form's description (.gform_description that appears in the .gform_heading) after the form body (i.e. all the fields) and before the submit button?
Many thanks,
Dasha
Hello,
I was wondering if there is a way to position form's description (.gform_description that appears in the .gform_heading) after the form body (i.e. all the fields) and before the submit button?
Many thanks,
Dasha
I think the easiest solution would be to add an HTML field to the end of your form and enter your description there, and then not display the form description when you embed the form ( description='false' )
That would be the most foolproof method, rather than trying to position the form description with CSS.
Thanks for the tip!
Hope that works out for you.