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?
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?
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
You could also target just that one label via CSS and set a width on it.