Tagged: contact form 7
Hi,
I almost have my contact form set, but I can’t change the lengths of the text fields.
The form is here:
http://aarcs.ca/dog-application/
I try using [text* MailingAddress 40/100] for example, to make the text field larger, but they all stay the same size. Any ideas?
Please insert following css code into the quick css field
.input-text, #top input[type="text"], #top input[type="input"], #top input[type="password"], #top input[type="email"], #top input[type="number"], #top input[type="url"], #top input[type="tel"], #top input[type="search"], #top textarea, #top select {
width: auto;
}
Thank you!!