Hi Patrick. I took an existing form, and sent All Fields
to the webhook.site and I can see that all the keys are numeric:
{
"2": "chris@rocketgenius.com",
"3": "All Field Services",
"4": "Boss",
"6": "(708) 666-8888",
"7": "125",
"8": "623b9920ea3ae5.09794534.png",
"id": "62391",
"form_id": "252",
"post_id": null,
"date_created": "2022-03-23 22:03:12",
"date_updated": "2022-03-23 22:03:12",
"is_starred": "0",
"is_read": "0",
"ip": "67.176.221.136",
"source_url": "https://demo.chrishajer.com/?gf_page=preview&id=252",
"user_agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:98.0) Gecko/20100101 Firefox/98.0",
"currency": "USD",
"payment_status": null,
"payment_date": null,
"payment_amount": null,
"payment_method": null,
"transaction_id": null,
"is_fulfilled": null,
"created_by": "1",
"transaction_type": null,
"status": "active",
"1.3": "Chris",
"1.6": "Hajer",
"5.1": "1234 Maple Ave",
"5.3": "Chicago",
"5.4": "Illinois",
"5.5": "60606",
"5.6": "United States",
"1.2": "",
"1.4": "",
"1.8": "",
"5.2": ""
}
Then I switched from all fields to “Select Fields”. My configuration looked like this: firefox IalukIEpgW.png - Droplr
And this is what arrived at the webhook.site:
{
"full_name": "Mister Single",
"first_name": "Mister",
"last_name": "Single",
"email_address": "chrishajer+0@gmail.com",
"company_name": "Single Field Services"
}
This is with Webhooks 1.5 and Gravity Forms 2.6.0.4.