Hi everybody,
I have a problem with <cfselect> in my cfform.
The advantage of using cfforms is that u can popup messages once nothing's been fillen in a formfield.
But when does that happen with <cfselect>?
You can optionally make the field required and fill in your popup message, but everytime i submit my form nothing's being popped up!
I tried everything!
eg
<cfselect name="name" message="select this field!" required="Yes">
<option value=""></option>
<option value="first option">one</option>
<option value="second option">two</option>
<option value="third option">three</option>
</cfselect>
Can someone please help me out? tnx
I have a problem with <cfselect> in my cfform.
The advantage of using cfforms is that u can popup messages once nothing's been fillen in a formfield.
But when does that happen with <cfselect>?
You can optionally make the field required and fill in your popup message, but everytime i submit my form nothing's being popped up!
I tried everything!
eg
<cfselect name="name" message="select this field!" required="Yes">
<option value=""></option>
<option value="first option">one</option>
<option value="second option">two</option>
<option value="third option">three</option>
</cfselect>
Can someone please help me out? tnx