Hi Guys, Got a problem, ive got a form with a submit button, the action goes to a php script that emails all the values in the form to my email address. Now the form will also pass values that are needed to netbanx(online payment site), the way they want me to do this is by naming the input fields how they want so the fields on there site can call them across, they also want me to change the action of the form to the url of the page where the user would fill in there bank details on the netbanx site. If I do this it works and the values from my form are passed to the betbanx website and displayed in the fields. BUT my problem is I need the email to send so do you think it is possible to change the action of the form to the php email script and redirect to netbanx and pass the values in there instead??? If yes then I can post the php email script and some other code, but I just want to make sure it can be done this way. Sorry if it sounds all a little messy, its hard to put down what I need.