Hi, yes, you can use the max-length attribute. max-length - (optional) The maximum length of the input content allowed in the text input. Example: <field name="your_string" type="string" max-length="15"> <label>Max chars = 15</label> </field> Cheers and good luck,
... View more