I tried selecting a item from the list.
This is the code on the update page.
<CFQUERY NAME="addStudent" datasource="offshoreenrol">
UPDATE feepaid
SET courseID = #form.courseID#
WHERE studentno = '#form.studentid#'
</CFQUERY>
this is the error message i get in the...
Folks,
I have created a small form that has a select list. I want the value of this select list passed to an update form when the user selects submit. I also have a hidden text field which gets passed also.
My hidden text field is passed fine. But i'm not get and value in the select when it is...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.