I have a piece of source code on my page that looks like this:
<script src="http://formgenerator.com/s/?req=generate_form&lid=595959&l_create_paid=1&l_paid_image=http%3A//buttongenerator.com/images/submitbutton.png"></script>
Basically on my page it embeds/creates a simple form and also the actual button that the user clicks on to submit their form information.
Anyways, I need to be able to keep using the source code above, but I need to make a small tweak. When someone fills out that form and clicks the form submit button, I need it to trigger/submit to my tracking URL first.
But I don't know how to add this extra URL into that source code and make everything still work.
Any of you guys know how to do something like this?
<script src="http://formgenerator.com/s/?req=generate_form&lid=595959&l_create_paid=1&l_paid_image=http%3A//buttongenerator.com/images/submitbutton.png"></script>
Basically on my page it embeds/creates a simple form and also the actual button that the user clicks on to submit their form information.
Anyways, I need to be able to keep using the source code above, but I need to make a small tweak. When someone fills out that form and clicks the form submit button, I need it to trigger/submit to my tracking URL first.
But I don't know how to add this extra URL into that source code and make everything still work.
Any of you guys know how to do something like this?