• Hi, I currently found a quick solution for tracking a CF7 form through Beetle Tracking that i personally think it’s a well-thought system.

    STEPS:

    • install Redirection for Contact Form 7
    • setup a “Fire Javascript” action on form submission
    • paste the following code and change formId variable as needed
    (function() {
    var formId = '33fc29e';
    beetle_tracking.track('Form', {
    'form_id': formId
    });
    })();

    I hope that it could be useful
    Bye ??

    NOTES:
    1) I still receive this error after form submission, maybe caused by some issues with form fields standards

    TypeError: Cannot read properties of null (reading ‘tagName’)
    at HTMLDocument. (public.js?ver=8ee7bff1516f64240ca5:1:2343)

    2) there’s no way to identify more than one form at the end point (eg. GA4) because only “Form” constant is passed on

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • You must be logged in to reply to this topic.