-
TTiwa
-
Keenly JotForm SupportHi Tiwa,
Thanks for reaching out to Jotform Support. If you’d like to send values for a Multiple Choice field, you can do so using a POST request to the Jotform API. Check out the payload structure below:
curl -X POST "https://api.jotform.com/form/FORM_ID/submissions?apiKey=API_KEY" \
--data-urlencode "submission[Q_ID][]=Option 1" \
--data-urlencode "submission[Q_ID][]=Option 3"
You'll just need to replace the FORM_ID, API_KEY and Q_ID with actual values.
Reach out again if you have any other questions.
Your Reply
Something Went Wrong
An error occurred while generating the AI response. Please try again!