Web form submits to 2 services

blight12

Regular Member
Joined
Mar 5, 2009
Messages
399
Reaction score
95
Hey technical wizards,

Please help me out with some quick guidance?

I would like to know if it is possible to have a standard web form submit data to two separate services with one click of the submit button by a visitor.

For example, submit lead data to an autoresponder service as well as post it via an encoded post/get URL to an affiliate network.

What route would you take to achieve this in the simplest way possible?

Thanks in advance!
 
jQuery will produce what you are looking for.
Just create a handler for the submit event and use jquery to post to both services...
 
Also Coffecup form builder is very easy to use proggy to create forms and it will send it to hundreds of places if you want. Design your form and copy and paste it into your html.
 
Back
Top