I am trying to track clicks on form buttons on my website, and empty clicks are tracked accurately. However, when an actual valid submission is entered while in Firefox or Safari, the click is not even counted.
This is from one of the button's we're tracking in a request form. When a visitor enters actual text into the form, it does not count at all in Firefox or Safari.
- <button type="submit" name="submit" class="button button-primary pull-right" id="invite-button" onclick="javascript:_paq.push(['trackEvent', 'Invite', 'Click', 'Request Button']);">Request</button>
This is from one of the button's we're tracking in a request form. When a visitor enters actual text into the form, it does not count at all in Firefox or Safari.
- <button type="submit" name="submit" class="button button-primary pull-right" id="invite-button" onclick="javascript:_paq.push(['trackEvent', 'Invite', 'Click', 'Request Button']);">Request</button>