Question
CFCALENDAR form input is passing empty... Can't figure out why.
I'm using cfcalendar to let users select a date, then they
submit the HTML form. My code is simple...
<cfform action="calendarTest.cfm" method="post" format="html">
<cfcalendar name="startDate" height="220" width="220">
<input type="submit" value="submit" />
</cfform>
I post the form but the form variable sent is an empty value.
form.startDate exists, but its empty and I don't know why because I'm selecting the date when I submit the form! Is there something I'm missing? It's such basic code and I'm completely frustrated as to why it's not working.
Please advise!
Thanks!
<cfform action="calendarTest.cfm" method="post" format="html">
<cfcalendar name="startDate" height="220" width="220">
<input type="submit" value="submit" />
</cfform>
I post the form but the form variable sent is an empty value.
form.startDate exists, but its empty and I don't know why because I'm selecting the date when I submit the form! Is there something I'm missing? It's such basic code and I'm completely frustrated as to why it's not working.
Please advise!
Thanks!
