![]() |
|
| |||||||
| Notices |
| BlueVoda - General Issues All BlueVoda support issues that are not covered in the below forums. |
![]() |
| | Thread Tools |
|
#1
| ||||
| ||||
|
If one of you great html people out there can help me with this, I'll be very happy. Here's my form www.winetastingatyourhome.com/contact.html and the following is the code on my contact.php file on the server. Obviously the code does not include all aspects of the form, so when I receive an email, it does not include all the fields that are on the form itself. Can someone help me with changing this code so that the form will relay all info correctly? The submit button works fine. <HTML> <HEAD> <TITLE>Thank you.</TITLE> </HEAD> <BODY> <H2>Thank you. We will contact you shortly.</H2> <?PHP $email = $HTTP_POST_VARS[email]; $mailto = "contact@winetastingatyourhome.com"; $mailsubj = "contact form"; $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> |
|
#3
| ||||
| ||||
|
Yes, I think I got it... thanks. Quote:
|
![]() |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| HTML code | topcatgym | General Support Issues | 6 | 11-22-2005 12:46 AM |
| Copy HTML into the code | Quint | Search Engine Topics and VodaHits | 6 | 09-16-2005 12:23 PM |
| HTML Problem | racefan20 | BlueVoda - General Issues | 2 | 08-03-2005 06:43 PM |
| BlueVoda 7.0 | VodaHost | CSS Cascading Style Sheets | 27 | 07-31-2005 06:52 AM |
| Insert php code in webpage (html) | ali | BlueVoda - General Issues | 8 | 07-30-2005 04:59 AM |