Question
Set dropdownlist on page load
Hi! I would like to be able to set 3 dropdownlists on page
load. Here's what I have so far:
<cfset form.sFreeState="#state#">
<cfset form.sFreeSubject="#subject#">
<cfset form.sFreeTypeId="#schoolType#">
For some reason, the <select>'s are not set with my values. I am debugging the page, so I can see my variables in the debug section:
Form Fields:
SFREESTATE=Connecticut
SFREESUBJECT=254
SFREETYPEID=17
What am I missing? Thanks!
<cfset form.sFreeState="#state#">
<cfset form.sFreeSubject="#subject#">
<cfset form.sFreeTypeId="#schoolType#">
For some reason, the <select>'s are not set with my values. I am debugging the page, so I can see my variables in the debug section:
Form Fields:
SFREESTATE=Connecticut
SFREESUBJECT=254
SFREETYPEID=17
What am I missing? Thanks!
