Question
Checking for form posting
Hello again,
what is the best way to check if a form was submitted?
I use to put a hidden field within the form with value="1", then a cfparam with default="". If form value neq "" then [process form].
Do you have any better advice?
Thank you very much
