Question
How to evalute a cfselect
I am just learning how to do a cfloop to insert my values
into database. I have a cfform that is working great but now I need
to add a cfselect.
How can I make the following
<cfinput type="text" name="tasktype#idx#" value="#evaluate("form.tasktype#idx#")#" size="5" maxlength="5">
reference a cfselect like this
<cfselect name="tasktype" query="jobtypes" value="jobtypevalue" display="jobtype"></cfselect>
is it possible?
Thanks Sue
How can I make the following
<cfinput type="text" name="tasktype#idx#" value="#evaluate("form.tasktype#idx#")#" size="5" maxlength="5">
reference a cfselect like this
<cfselect name="tasktype" query="jobtypes" value="jobtypevalue" display="jobtype"></cfselect>
is it possible?
Thanks Sue