Skip to content

Instantly share code, notes, and snippets.

@THEjoezack
Created June 14, 2012 16:30
Show Gist options
  • Save THEjoezack/2931343 to your computer and use it in GitHub Desktop.
Save THEjoezack/2931343 to your computer and use it in GitHub Desktop.
Test Application File
<cfapplication name="testApplication" />
<cfdump var="#form#" />
<cfoutput>
<form method="post">
<input name="formField" />
<input name="formField" />
<input type="submit" />
</form>
</cfoutput>
@THEjoezack
Copy link
Author

Screen shot of sample submission here: http://imgur.com/Q9DAi

@THEjoezack
Copy link
Author

Dump of server scope: http://imgur.com/9iwWL

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment