![]() |
|
| |||||||
| Notices |
| Forms Discussion and help related to designing and implementing forms in the BlueVoda Website Builder. |
![]() |
| | Thread Tools |
|
#1
| |||
| |||
|
Here's the problem with my paypal submit. The customer fills out an email form and when they submit it goes to a new page - I've used the php script on the tutorial. My question is, how can I get them back to the paypal submit button on the previous page?
|
|
#3
| ||||
| ||||
|
I am sorry i dont understand exactly what you want. please re-explain.
__________________ Brad Costello VodaHost Your Website People! 1-302-283-3777 North America / International (0044) 020 8816 8319 / UK Military Ranking System Explained Click Here to take the royal VodaHost Tour Click Here for the VodaHost Help Centre & Tutorials Got a question? - Try a forum search! Available at the top of every page! |
|
#4
| |||
| |||
|
Okay, say someone fills out my form (contact.html) After submitting the form it takes them to the next page (contact.php) and tells them I've recieved it. The problem I have is that they still have to pay with the paypal button and that button is on the previous page. How can I get them back to the contact.html page? Here is the script I've used. <HTML> <HEAD> <TITLE>Succesfully processed your order</TITLE> </HEAD> <BODY> <H2>Thanks for your order!</H2> <?PHP $email = $HTTP_POST_VARS[email]; $mailto = "order@example.com"; $mailsubj = "Enter Your Subject Here"; $mailhead = "From: $email\n"; reset ($HTTP_POST_VARS); $mailbody = "Values submitted from web site form:\n"; while (list ($key, $val) = each ($HTTP_POST_VARS)) { $mailbody .= "$key : $val\n"; } mail($mailto, $mailsubj, $mailbody, $mailhead); ?> </BODY> </HEAD> |
|
#5
| ||||
| ||||
|
You should make them pay first..Paypal has a feature that alows you to redirect them to any page you want after the payment is made.
__________________ VodaHost Your Website People! 1-302-283-3777 North America / International 07092887580 / United Kingdom Military Ranking System Explained Click Here to take the royal VodaHost Tour Click Here for the VodaHost Help Centre & Tutorials Got a question? - Try a forum search! Available at the top of every page! |
![]() |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Email Forms | Anonymous | Forms | 37 | 03-05-2006 10:18 PM |
| An email form problem | christian_woman | General Support Issues | 3 | 09-26-2005 02:10 AM |
| cPanel email problem | Lisa | Email Problems (POP, SMTP & Webmail) | 14 | 07-18-2005 03:24 PM |
| Email links problem - help !!!! | bounce | General Support Issues | 1 | 06-16-2005 07:12 PM |