<![CDATA[ eform dropdown 'Incorrect value' Error [Solved] - My Forums]]> https://forums.modx.com/thread/?thread=47439 <![CDATA[Re: eform dropdown 'Incorrect value' Error [Solved]]]> https://forums.modx.com/thread/47439/eform-dropdown-incorrect-value-error-solved#dis-post-532711 daminion Oct 03, 2015, 11:30 AM https://forums.modx.com/thread/47439/eform-dropdown-incorrect-value-error-solved#dis-post-532711 <![CDATA[Re: eform dropdown 'Incorrect value' Error [Solved]]]> https://forums.modx.com/thread/47439/eform-dropdown-incorrect-value-error-solved#dis-post-274361 diskmaster Mar 03, 2011, 12:10 PM https://forums.modx.com/thread/47439/eform-dropdown-incorrect-value-error-solved#dis-post-274361 <![CDATA[Re: eform dropdown 'Incorrect value' Error]]> https://forums.modx.com/thread/47439/eform-dropdown-incorrect-value-error-solved#dis-post-274360 I get the solution of the problem.
In select box we just change the rule of #LIST by using calling eform="::0::#EVAL return true;" in select box like

<select id="cfCselcountry" name="cselcountry" onchange="ff_CselCountry_action(this);" size="1" style="width:150px;" eform="::0::#EVAL return true;">
<option value="none" >Select Country</option>
</select>
Brijesh
Aquevix Solutions.]]>
brijesh Aug 12, 2010, 05:18 AM https://forums.modx.com/thread/47439/eform-dropdown-incorrect-value-error-solved#dis-post-274360
<![CDATA[eform dropdown 'Incorrect value' Error [Solved]]]> https://forums.modx.com/thread/47439/eform-dropdown-incorrect-value-error-solved#dis-post-274359 I am using three drop-down 1 for Region(initial have some values like Asia,Africa,Australia etc) 2 is country(initial have no option) and 3 is state(initial have no option).

on change of 1st drop-down(Region) 2nd drop-down(country) display some country depending on Region using javascript.Similarly when we select country 3rd drop-down(state) show state depending on country.
When efrom post is showing error like that

Some errors were detected in your form:
cselcountry » Incorrect value
cselstate » Incorrect value
.

Can anybody tell me what the problem.

Brijesh Singh
Aquevix Solution]]>
brijesh Aug 04, 2010, 05:56 AM https://forums.modx.com/thread/47439/eform-dropdown-incorrect-value-error-solved#dis-post-274359