Hi There.
I've got a situation where a user is enroling in a certain course on a certain date. They are making their selections via a drop down (combo box) provided via a java script program (eg., <option value=1>April 14</option>). The combo box is working perfectly and only shows the text April 14 and not the value. This is perfect.
The problem occurs when we complete the transaction by presenting the user with a confirmation form which details the date, course, their name, etc.). It is pulling back the value 1 and not the text string April 14.
So the question is how do we get it to pull the text string from a database field that is storing the value? What is the code. Currently it reads: <p>Course Information no.: <!--webbot bot="ConfirmationField" S-Field="firstChoice" -->.
I would like the S-Field to go back to the combo box definition and look up a '1' as being April 14.
Can this be done?
Many thanks.
I've got a situation where a user is enroling in a certain course on a certain date. They are making their selections via a drop down (combo box) provided via a java script program (eg., <option value=1>April 14</option>). The combo box is working perfectly and only shows the text April 14 and not the value. This is perfect.
The problem occurs when we complete the transaction by presenting the user with a confirmation form which details the date, course, their name, etc.). It is pulling back the value 1 and not the text string April 14.
So the question is how do we get it to pull the text string from a database field that is storing the value? What is the code. Currently it reads: <p>Course Information no.: <!--webbot bot="ConfirmationField" S-Field="firstChoice" -->.
I would like the S-Field to go back to the combo box definition and look up a '1' as being April 14.
Can this be done?
Many thanks.