i know this subject seems too easy but this prob is driving me nuts. i think i had everything covered, but my action-page just keeps saying there is an error (error resolving parameter form.email).
e.g.
form page
*********
<cfform action="process.cfm" method="post"> etc...
<cfinput name="email" maxlength etc...>
process page
************
<cfoutput>#form.email#</cfoutput>
where else could i have gone wrong?? i checked the books and did exactly what they say..
e.g.
form page
*********
<cfform action="process.cfm" method="post"> etc...
<cfinput name="email" maxlength etc...>
process page
************
<cfoutput>#form.email#</cfoutput>
where else could i have gone wrong?? i checked the books and did exactly what they say..