when the form is form is posted the form fields are available in much the same way. you just have to use a CF tag to do it.
<CFSET CustomerName = form.xxxName>
if you tern the debugging on in Cf administrator then, when you post the form to the referring page, the all of the form elements, URL elements etc. that have been passed accross will be displayed in the debug, to actually set the variable use the above statement for all of the variables that you want to set.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.