If this is a standard drop down field you can set the first item in the drop down so that it is blank. Then make the field required. This will require them to select a value, and won't validate if they leave it blank because it has no value.
As for your style issues, this is coming from your theme. Your theme is calling this stylesheet:
<link rel="stylesheet" type="text/css" media="screen" href="http://www.hometownnorthwest.com/wp-content/themes/corporate/assets/css/form.css" />
And the styles in this stylesheet is using absolute positioning to position all form labels. That is the cause of your style issues. Your theme is causing the problem. Remove this stylesheet call from your theme and the form should display fine.
Posted 13 years ago on Wednesday November 24, 2010 |
Permalink