<input type = "hidden" name = "CFID" value = "#client.cfid#">
<input type = "hidden" name = "CFTOKEN" value = "#client.cftoken#">
If I look at the generated HTML source, the hidden fields do have valid values
and the forms is definitely being submitted which lead me to think that the
names of my hidden fields are wrong. I con't find anything in the documentation
about how to do it - and we don't want to HAVE to use cookies - any ideas?
BTW we are using CF5 NOT MX
Thanks