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.

My field label is too long. Want to put on two lines?

  1. I want to break up the label which is:
    If you found the right home, are you ready to commit?*

    into this:
    If you found the right home, are
    you ready to commit?*

    How do I do that?

    Posted 11 years ago on Saturday June 9, 2012 | Permalink
  2. Field labels do not accept HTML. However, you can modify the rendered page with jQuery or equivalent. Please start here: http://www.gravityhelp.com/forums/topic/how-to-hyperlink-a-field-label#post-58899

    Posted 11 years ago on Monday June 11, 2012 | Permalink
  3. You could also target just that one label via CSS and set a width on it.

    Posted 11 years ago on Monday June 11, 2012 | Permalink