cfcalendar won't return selected value
My host runs CF8, and I'm building a website for my wife's business. I'm trying to use cfcalendar to allow customers to pick appointment dates, but I'm having a problem.
I assumed you get the selected date by submitting the form and looking at #FORM.calendarname# (where calendarname is whatever the name= attrib of the cfcalendar tag).
I'm using it in a cfform with format="html" which is supposedly allowed, but the form returns nothing. If I switch it format="flash" then it works fine.
Is there any way to get it to work with an HTML form? I really don't want the entire form to be flash (not to mention that I've heard flash forms are going away in future versions of CF).