skip to Main Content

How to use inputs from a HTML form to call track()

I am trying to use user inputs from a form on a HTML website as the inputs for the properties of an analytic.track() call in javascript. HTML form code: <form> <label for="name">Name:</label><br> <input type="text" id="name" name="name"><br> <label for="email">Email:</label><br> <input type="text"…

VIEW QUESTION
Back To Top
Search