Skip to main content
Question

Webhook not returning all data from Unbounce form

  • May 22, 2026
  • 0 replies
  • 7 views

Zapier novice here, needing help! I wrote HTML/JS code for a form in Unbounce and want to send all data submitted to an email. The form has up to 21 fields but the email output only shows: 
{"phone": "1234567890", "email": "xxx@abc.com", "recruiterEmail": "joe@gmail.com", "page": "https://unbounce.covingtontravel.com/travel-request/", "querystring": {}} 

Is this a problem with the form code not pushing all the data fields or a problem with the webhook not catching all of them? 

Secondly, do I need a formatting step to make the output print in readable form in the email?

Any suggestions appreciated! Thank you.