Skip to content

Instantly share code, notes, and snippets.

@randyjensen
Created April 24, 2014 16:59
Show Gist options
  • Save randyjensen/11261767 to your computer and use it in GitHub Desktop.
Save randyjensen/11261767 to your computer and use it in GitHub Desktop.
Ninja Forms Fields AJAX
The actual Ninja Form submission
"fields": {
"99": false,
"100": "Opt 2",
"101": [
"Check 2",
"Check 3"
]
},
What mine looks like with basic serialization
"fields": {
"99": false,
"100": "Opt 2",
"101": [
"Check 2,Check 3"
]
},
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment