This forum is no longer open and is for reading/searching only.
Please use our new MachForm Community Forum instead.
MachForm Community Forums » MachForm 2
width first, last name fields
Started 16 years ago by ineli | 7 posts |
-
where can i change the width (length) of the simple name fields 'first' and 'last'?
thank you very much for the help!
Posted 16 years ago # -
Hi,
You can edit your CSS form and add these following code :
#element_1_1 { width:50%; } #element_1_2 { width:40%; }
in here I assume your "name" element id = 1, where element_1_1 is the first name and element_1_2 is last name
MachForm Support
Posted 16 years ago # -
thank you!
Posted 16 years ago # -
I am trying to do the same thing ... increase the size of the input elements. The above code does not work in my form. Please advise
Posted 14 years ago # -
Do you mean with text field type ? if so, you can try to add the CSS code like this :
#li_1 { width:90% !important; }
MachForm Support
Posted 14 years ago # -
No.. With Type name field
Posted 14 years ago # -
Some type of browser cache issue was causing changes not to show up. This code change worked `#element_8_1
{
width: 150px;
}
#element_8_2
{
width:225px;
}`Posted 14 years ago #
Reply
You must log in to post.