Forums

Shrink fields

pcpro 05 Dec, 2015
I just made a new form.

How do I schrnk the input fields?
The default is just to large.
pcpro 05 Dec, 2015
I can change size, but even if i set size to 1, its not 1.
Setting size 1, I still can add 6 characters
pcpro 05 Dec, 2015
Correction, I can add 6 characters in edit mode and 3 characters in the published form
GreyHead 06 Dec, 2015
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
This topic is locked and no more replies can be posted.