Expandable Text block in forms
Forum rules
PLEASE READ THE FORUM RULES BEFORE YOU POST:
viewtopic.php?f=12&t=1901
MUST READ:
http://www.wysiwygwebbuilder.com/forms.html
http://www.wysiwygwebbuilder.com/form_wizard.html
Frequently Asked Questions about Forms
PLEASE READ THE FORUM RULES BEFORE YOU POST:
viewtopic.php?f=12&t=1901
MUST READ:
http://www.wysiwygwebbuilder.com/forms.html
http://www.wysiwygwebbuilder.com/form_wizard.html
Frequently Asked Questions about Forms
-
-
- Posts: 33
- Joined: Tue Jan 18, 2011 2:34 pm
- Location: Denver, Colorado, USA
- Contact:
Expandable Text block in forms
Is it possible to have a text field in a form that will expand in height (instead of scroll bars) and then push all the elements below accordingly?
Re: Expandable Text block in forms
If you are using layout grids or flexbox then you can add this to the custom style section of the text-area object:
See also:
https://www.w3schools.com/cssref/css3_pr_resize.asp
Code: Select all
resize:vertical !important;
https://www.w3schools.com/cssref/css3_pr_resize.asp