PDA

View Full Version : Sending form on to next page


neil349752
05-21-2009, 11:57 AM
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)

Ray Borduin
05-21-2009, 12:10 PM
You wouldn't... you would move the UE code to the other page and have the form submit directly to it.

neil349752
05-21-2009, 01:26 PM
You wouldn't... you would move the UE code to the other page and have the form submit directly to it.

Thanks for the prompt reply Ray.

Yes I figured it out. The form now sends to the second page which has the UE setup. I have that set to trigger before load.

Below that code I have another code which sends slected fields on to the next page. That is an existing code I have which has some javascript to send without needing a submit action.

Not sure yet this is the best arrangement but it works anyway. The page still pops up for a moment but I have put 'Sending Email' at the top of the page. The UE emails have gone by then and a moment later the following page displays ready to proceed with the process.