Basically, user will enter, Name, Email, Phone number and then a message. Select a file to upload which then redirects to: http://www.noveltymug.co.uk/thankyou.php where they would click buy now and pay via paypal. How do I get it to do it all in one which would submit all the details to me and then straight to paypal?
The form details are: <form id=form name=form action=http://www.noveltymug.co.uk/personalised/personalised.php method=post onsubmit="return validate_form ( );" enctype="multipart/form-data"> on the first page and the paypal code is:
The easiest way is probably to perform a redirect using the header() function once the data has been processed. This also gives you the option of re-displaying the form in case validation fails.
Bookmarks