My clients want to modify a flowed text field in a form to only expand to 4-5 lines. Is this possible, and If so, how can I achieve this effect?
Thanks
Solved! Go to Solution.
Views
Replies
Total Likes
You can add the maxH property to the field in the XML source view.
This can look like this.
<field name="Textfield" y="34.925mm" x="38.1mm" w="62mm" minH="5mm" maxH="30mm">
Views
Replies
Total Likes
You can add the maxH property to the field in the XML source view.
This can look like this.
<field name="Textfield" y="34.925mm" x="38.1mm" w="62mm" minH="5mm" maxH="30mm">
Views
Replies
Total Likes
Awesome! Thanks. Worked perfectly.
Views
Replies
Total Likes
Views
Likes
Replies
Views
Likes
Replies