Is it possible to validate a form and if the fields are correct, send it to a different server?
I know how to pass the form data back to the form itself and check the fields. If the form is incomplete I redisplay, if no data is entered a blank form gets put up, but what I don't know how to do is send the data off to the second server if the form data are correct.
Any suggestions greatly appreciated.
Chris