Data Hooks are not being called on Wix Form Submissions
Can you help us investigate the issue?
Situation: We have configured WIX Form to create dataset on our website, so each form entry adds the data row to the dataset. We need data hook calls for a third party web-hook integration.
After insert and before insert data hooks for jobApplication dataset of our website is not being called.
Also submission made while previewing site is not reflected in sandbox dataset.
What we have already done to investigate:
- Putting consoles in data hook functions in preview environment. Checked that they are not being triggered on published site as well by making dummy calls to simple echo server. (Not helpful)
- We went through a number of mentioned issues on wix forum. Tried things like importing wix-user in data.js