View Full Version : Modifying Sizes Of Form
info355813
02-25-2010, 03:32 PM
This may be a very stupid question or I may be very low on sleep but how do you re-size or change the sizes of default fields in the contact form?
neilo
02-25-2010, 03:57 PM
For the text fields (Name, Email, Captcha Code, Security Question): The styles are defined in SpryValidationTextfield.css (Approx lines 46 - 63)
For the textarea field (Comments): The styles are defined in SpryValidationTextarea.css (Approx lines 39 - 54)
Or you could give each field an inline style on the form's page:
<input name="Contact_Name" type="text" class="inputValue" style="width:200px; border:solid 1px #333;" id="Contact_Name" onblur="if . . . etc.
vBulletin® v3.8.1, Copyright ©2000-2012, Jelsoft Enterprises Ltd.