Hidden fields and fetching of data via webhook from multiselect field
-
Hi.
I am using CF7 and webhook/zapier.
I have translations on my multiselect fields and wanted to only fetch data from the original language (Norwegian) to zapier without changing the original field structure. I found a way to fetch the original language (hidden field which is a copy without the translations).
However, this does not seem to work with multiselect fields. If a user chooses more than 1 option, only the English fields / choices are all fetched. The webhook seems to only fetch the first value and ignore the choices.
I’ve tried to solve this issue with GPT4 but didn’t succeed. Any ideas?
My config_:
<h4>Foretrukne ukedager</h4>
[checkbox your-3c use_label_element “Mandag|Monday” “Tirsdag|Tuesday” “Onsdag|Wednesday” “Torsdag|Thursday” “Fredag|Friday” “L?rdag|Saturday”]
[hidden ukedager_webhook: checkbox your-3c use_label_element “Mandag” “Tirsdag” “Onsdag” “Torsdag” “Fredag” “L?rdag”]
For example, if a user selects “Mandag”, “Tirsdag” and “L?rdag”, the webhook will only return the first value “Mandag”. How can I fix this?
The page I need help with: [log in to see the link]
- You must be logged in to reply to this topic.