Gravity Forms Web API submitions
-
Hi,
In my application I’m working with Gravity FORMS web API. To send a form using a web API I need to fill in the data for each field, but I can’t find what data I need to fill for each field. For example to submit single line text field I need to send data like this
{
“input_values”: {
“input_1”: “Hello”,
“input_2_3”: “John”,
“input_2_6”: “Smith”,
“input_4”: “My paragraph”
}
}But I can’t find how to do it for radio field, select field, file upload field and etc. Please give me some examples how to do this.
Thanks for advance,
Gurgen
- The topic ‘Gravity Forms Web API submitions’ is closed to new replies.