Hey all,
I'm looking to put the form description field underneath the form - but couldn't find a way to do that in the documentation/forums. Is this possible?
Thanks!
Andrew
Hey all,
I'm looking to put the form description field underneath the form - but couldn't find a way to do that in the documentation/forums. Is this possible?
Thanks!
Andrew
There's not an easy way to do that without absolutely positioning the div below the form. The easiest way would be to not show the description, then just put a div or paragraph with the description text below the form shortcode in the page editor.
Ah yep - thought so - unfortunately the way this site works means that the form is embedded into the page template using a custom field rather than using the shortcodes - so it's not possible to go down that route.
Ah well - alternative approach needed! Thanks for responding so quickly!
You could always do this with some custom jQuery. Just reposition the description div below the form element when the page loads.
Cool idea - thanks for that - I'll give it a try!
Andrew