eacollie Posted July 8, 2009 Share Posted July 8, 2009 I hope I'm in the right forum. I'm asking for any help with design...not coding. This is what I'm trying to do: 1. Present a form for the user to fill out to make a reservation. 2. Display the information entered into the form and allow for editing if needed. 2. Allow the user to either (1) send email to reservation coordinator and print out the form so the user can mail it in with payment, or (2) send email to reservation coordinator and allow the user to pay using PayPal. I'm running into problems in displaying the form information after the user is taken to PayPal's site and the session is broken. I'm sure this has been done many times, but I can't find a good example and I'm totally blocked! Any help in how the flow should go would be very much appreciated! Thanks! Quote Link to comment Share on other sites More sharing options...
corbin Posted July 8, 2009 Share Posted July 8, 2009 Send a randomly generated token with the Paypal data (don't remember exactly how to do that), then when the user comes back, refetch the data based on that token. Quote Link to comment Share on other sites More sharing options...
tartis Posted July 11, 2009 Share Posted July 11, 2009 Have you checked out the PayPal developers site? They have examples on how to do this. https://cms.paypal.com/us/cgi-bin/?cmd=_render-content&content_ID=developer/home_US Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.