byronfromwes92
2009-02-26 21:08:16 UTC
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!
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!