Data from hidden fields is not transmitted
-
Hello. I have a problem – data from hidden fields added by the wpcf7_add_form_tag method is not transmitted. An email arrives with the data in these hidden fields, and an empty value arrives in the webhook. Please help me figure out this problem.
Form Template: https://pastebin.com/A4N20mX4
Letter Template: https://pastebin.com/1g72zkeT
Web hook template: https://pastebin.com/6RjgDaRq
The code in the theme functions that adds hidden data fields: https://pastebin.com/iKnZex1y
After sending the form, all the data is sent to the mail correctly, and the webhook receives a void in the variables [product-title] and [exc-price] (screenshot showing empty fields in the webhook – https://i.imgur.com/jaMaAsg.png )
- The topic ‘Data from hidden fields is not transmitted’ is closed to new replies.