I have created an order form that people fill out before being directed to a payment site like PayPal.
On the payment site they have the choice to 'Cancel & Return to Merchant' before making the payment and that directs them back to the order form.
However all form fields are empty and if the person wants to place the order s/he needs to fill out the form again.
Is there a way to repopulate the form with session variables that would have been created after the form has been submitted once, so that people don't have to fill out the form again?
Thanks!
Mike