Skip to content

Instantly share code, notes, and snippets.

@THEjoezack
Created June 14, 2012 16:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • 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

The form fields are being converted to an array even though the sameformfieldsasarray has NOT been enabled. This is on a fresh install of CF10 on Ubuntu 12.04.

@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