Hola,
I want to display ALL the contents of a Form that has been submitted to the current page.
i tried
but it only returned the first bit of the form (my form is dynamically generated, and has a potentially changing number of elements). Is this a flaw in my form or does CF not accept this usage of cfdump?
is there a better way?
I want to display ALL the contents of a Form that has been submitted to the current page.
i tried
Code:
<cfdump var="#form#">
is there a better way?