Hi. I’m trying to add outside tracking to my site and store it into a database. I already have a hidden field on the for, the field is connected to the database column, but the actual value I had to store in an outside form (3rd party JS script used near end of form tag)
The field is populated with the value I want, but now I need to find some way of pulling/pushing the data from that form into my wix form and so far I did not find any. Can anyone offer any suggestions?
Corvid apparently disallows the access to DOM proper, so I can not read the value I need from inside Corvid code. Can I push it somewhere where Corvid CAN access it?
When it comes to tracking events on your website, you can do it in a few ways:
send tracking events from your page using code: https://support.wix.com/en/article/corvid-tutorial-sending-tracking-and-analytics-events
or embed third-party tracking code to your site: https://support.wix.com/en/article/about-tracking-tools-analytics
Since you mentioned that you are working with a 3s party service, this article can be helpful while accessing external resources: https://support.wix.com/en/article/corvid-accessing-third-party-services-with-the-fetch-api
Thank you for the advice. I have tried to use the suggestions, but it did not work. I do not have the API to access that third party service other than invoking the JS code snippet they provided. That code finds inputs with specified name (containing underscore) an updates those values.