Hi There, I am webmaster of a website where users are given an option of subscribing to newsletter while creating an account. I wish to have an event tracker installed within the checkbox next to "Do you want to subscribe to our newsletter?*" (see just above the buttons in the image. The code for the checkbox is: <label style="width: 84%;" id="subscribe">Do you want to subscribe our newsletter?*</label> </p> <div style="padding-left: 102px;"> <span style="margin-top: -13px;position: absolute;"><input type="checkbox" name="subscribe" value="1">Yes</span> <!-- <span><input type="radio" name="subscribe" value="0">No</span> --> Can anyone tell me how will the code be applied? An example from your own website would be of great help to me. Thanks.
If you are going to use ga event tracking on a checkbox, you can refer to this one http://stackoverflow.com/questions/...-event-tracking-checkboxes-on-form-submission Hope it helps..