Answered

Webhook is not sending hidden field

  • 22 June 2022
  • 1 reply
  • 86 views

How can i receive the hidden value in the webhook? 

"hidden": { "customer_id": "hidden_value", "email": "hidden_value" },

why I am receiving hidden_value instead of the real value?

icon

Best answer by Liz 22 June 2022, 23:51

View original

1 reply

Userlevel 7
Badge +5

Hi @Prerana Shrestha Are you sending a test webhook? If so, this is expected behavior. When a submission is made, the data will show, but it won’t show with a test webhook since there is no actual data submitted. 

Reply