We have a webhook set up to parse the information sent via the Wix contact form, sending a dropdown selection item (Option B in the screenshot), First Name, Last Name, Email, Phone, Company Name, and the Message Body. The hook is catching the data, however not all of it appears to be going through, as the response screenshot on the bottom is missing both the phone number and the message content that was sent through. Is there a way to make sure all data is being posted to the webhook? Also, is there a way to rename the fields being sent? It would be much easier to parse the data with fields clearly defined as “firstName, lastName, etc” vs “field:comp-kfms6bfh”.
Apologies for bumping this up, but I am still having issues with capturing all data from the form. Any help would be much appreciated.