Level 1
Level 2
Sign in to Community
Learn more
Sign in to view all badges
Expand my Community achievements bar.
This conversation has been locked due to inactivity. Please create a new post.
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.
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">
View solution in original post
Awesome! Thanks. Worked perfectly.
Views
Likes
Replies