Welcome to the Community @Stephanie_Neely
Great news, we’ve found a solution for your case!
To check if the form has been successfully submitted, you need to follow these steps
- Install GTM on your website
- Install the widget on your website
- Add this code to the Custom JS field on the Settings tab of your widget’s settings
widget.on("submit", () => {
dataLayer?.push({'event': 'elfsight-form-submit'});
});
- In GTM, you should create a Custom Event trigger
Now, after the form is submitted, the trigger should get activated.
Please check it out and let me know if it worked for you