Error checking form selection dropdown option

3 posts by 2 authors in: Forums > CMS Builder
Last Post: October 31, 2016   (RSS)

By ross - October 31, 2016

Hi there.

Thanks for posting.

I tested your forum locally and was able to get the error checking on your drop down menus working.  

The solution is adding  value='' to the first option you have in each of your drop downs like this:

<select name="month">
<option selected="selected" value="" >Select One</option>

Give this a shot and let me know how you make out.

Thanks.

-----------------------------------------------------------
Cheers,
Ross Fairbairn - Consulting
consulting@interactivetools.com

Hire me! Save time by getting our experts to help with your project.
Template changes, advanced features, full integration, whatever you
need. Whether you need one hour or fifty, get it done fast with
Priority Consulting: http://www.interactivetools.com/consulting/

By dmn - October 31, 2016

Excellent, works great - thanks Ross.