Sending form on to next page
Can someone help with this.
I have setup a form that sends email correctly, but I need to be also able to send the form data to a second page so that another script can process some of the fields and send forward for payment system.
So, with the redirect to another asp page, how do I include the form data?
The UE submits to the same page (action is blank)


You wouldn't... you would move the UE code to the other page and have the form submit directly to it. 
