Web form submits to 2 services

Kali

New member
Joined
Jun 29, 2024
Messages
3
Points
1
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!
 

Aberna

New member
Joined
Jun 29, 2024
Messages
3
Points
1
jQuery will produce what you are looking for.
Just create a handler for the submit event and use jquery to post to both services...
 
Top