• Hey , I’ve looked in elementors tutorials about how to track leads on my landing page.
    The tutorial in Hebrew so I’ll paste here the needed information (link-https://he.elementor.com/leads-guide/)
    In step 4 its written to add to my <body/>
    this peace of code:`

    <script>

    var url_string = window.location.href;

    var url = new URL(url_string);

    var r = url.searchParams.get(“cs”);

    console.log(r);

    document.getElementById(“form-field-cs”).value = r;

    </script>

    Also, if my parameter is not CS I need to change it

    Someone knows what it all about?

    • This topic was modified 4 years, 1 month ago by kalanhd.
    • This topic was modified 4 years, 1 month ago by kalanhd.
  • The topic ‘lead identification’ is closed to new replies.