Created
April 24, 2014 16:59
-
-
Save randyjensen/11261767 to your computer and use it in GitHub Desktop.
Ninja Forms Fields AJAX
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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