PLEASE NOTE: These forums are no longer utilized and are provided as an archive for informational purposes only. All support issues will be handled via email using our support ticket system. For more detailed information on this change, please see this blog post.

position of description field

  1. 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

    Posted 13 years ago on Monday December 20, 2010 | Permalink
  2. 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.

    Posted 13 years ago on Monday December 20, 2010 | Permalink
  3. 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!

    Posted 13 years ago on Monday December 20, 2010 | Permalink
  4. You could always do this with some custom jQuery. Just reposition the description div below the form element when the page loads.

    http://api.jquery.com/after/

    Posted 13 years ago on Monday December 20, 2010 | Permalink
  5. Cool idea - thanks for that - I'll give it a try!

    Andrew

    Posted 13 years ago on Monday December 20, 2010 | Permalink