Form submits unable to capture where method=post

Hi,

We are investigating the form tracker and have used this successfully. This applies to the js tracker.

However we are currently faced with a challenge where we are not able to capture form submits where method=post. Is this something you are familiar with? If so, can someone explain what to expect from the form tracker?

Do you happen to have an example of your form or alternately how the form submit is occurring? The Javascript tracker uses an event listener to listen for the submit in a form so this should (in most cases) track without any issue. If your page is quickly redirecting after the form submission it may be that your event is firing on the subsequent page load.