I want to make the Title input box deeper, so that three lines of text can be seen when entering instead of just the one line. So it is more like the Body input box. How would I do that?
I want to make the Title input box deeper, so that three lines of text can be seen when entering instead of just the one line. So it is more like the Body input box. How would I do that?
The title is a single line "text" input and doesn't work like the "paragraph text" or textarea fields in your form. You could use CSS to force the height of the input, but it's not going to wrap the text into 3 lines in most browsers if in any. That's not a Gravity Forms limitation, just how the field works in the browser.
Thanks for replying. Is there any way I could create a different Title box, that behaved more how I wanted it?