Hello!
I’m currently submitting my form through the Gravity Forms REST API v2, and I’m submitting it as formData (uploading files).
So far all my values, including the file upload are working correctly except the checkbox field.
Does anyone know the correct format for checkbox values being submitted through the rest api? (and would this also apply to multiple selects)
Example data being posted: input_9 is the checkbox input
input_2: test
input_3: blah@gmail.com
input_4: adsf
input_6: First Choice
input_8: First Choice
input_9: First Choice,Second Choice
All other fields submit correctly (not seen is the file input, that also submits correctly)
I’ve also tried the following format:
input_2:test
input_3:blah@gmail.com
input_4:asdfasdf
input_6:First Choice
input_8:Second Choice
input_9[0]:Third Choice
input_9[1]:Second Choice