Question
cfinput required=yes not working
I am running an application with many forms with cfinput
tags. Many of them require the user to input some sort of data..
some validated some not. The required attribute works on all but
one of my forms. I do have the scripssrc="/scripts" attibute added
adn the cfform.js in the right location.
Any ideas?
<CFFORM ACTION="TrackingActProcess.cfm?SubJobNumber=#URL.SubJobNumber#&JobNumber=#URL.JobNumber#" scriptsrc="/scripts">
....
<CFSELECT NAME="ActivityID"
VALUE="ActivityID"
QUERY="qu"
DISPLAY="ActivityID"
SELECTED="#VARIABLES.ActivityID#"
REQUIRED="yes"
WIDTH="200"
MESSAGE="Select ActivityID"> </CFSELECT>
Any ideas?
<CFFORM ACTION="TrackingActProcess.cfm?SubJobNumber=#URL.SubJobNumber#&JobNumber=#URL.JobNumber#" scriptsrc="/scripts">
....
<CFSELECT NAME="ActivityID"
VALUE="ActivityID"
QUERY="qu"
DISPLAY="ActivityID"
SELECTED="#VARIABLES.ActivityID#"
REQUIRED="yes"
WIDTH="200"
MESSAGE="Select ActivityID"> </CFSELECT>
