ColdFusion - Basic Flash Forms
Submitted by Depot Kite on Mon, 2006-03-06 15:41.
Here is a basic example of a flash form using a pop up calendar that goes into a text field.
To see this in a working mode please check this website: Flash Calendar
<cfform format="flash" action="formdump.cfm">
<cfinput name="DateInTheaters"
label="Release Date"
type="datefield"
width="150">
<cfinput name="btnSubmit"
type="submit"
value="Process">
</cfform>

Recent comments
1 year 20 weeks ago
2 years 42 weeks ago
3 years 15 weeks ago
3 years 15 weeks ago
3 years 19 weeks ago
3 years 20 weeks ago
3 years 20 weeks ago
3 years 22 weeks ago
3 years 35 weeks ago
3 years 35 weeks ago