I just made a new form.
How do I schrnk the input fields?
The default is just to large.
I can change size, but even if i set size to 1, its not 1.
Setting size 1, I still can add 6 characters
Correction, I can add 6 characters in edit mode and 3 characters in the published form
Hi pcpro,
You change the CSS formatting - you can over-ride it using a Load CSS action. What is setting it will depend on your form settings and your template.
Note that if there is both a CSS width and a Size attribute then Size is ignored.
Also both set the visible width of the input not the number of characters that you can enter - use maxlength or a mask to do that.
Bob