Is it possible to submit the same form to 2 URLs?
I set up a web form for a client which submits to a script and processes ok.
He now wants the same info also to be sent to an online contact manager. The contact manager script is supposed to send all of the posted data back to the calling script but it only returns the query string, not the form fields.
I wondered if the was possible to post the data to my original script, return a confirmation screen to the visitor and send the same data onto the contact manager script.
Keith
I set up a web form for a client which submits to a script and processes ok.
He now wants the same info also to be sent to an online contact manager. The contact manager script is supposed to send all of the posted data back to the calling script but it only returns the query string, not the form fields.
I wondered if the was possible to post the data to my original script, return a confirmation screen to the visitor and send the same data onto the contact manager script.
Keith