Web Hosting Vodahost    

Home Take The Royal Tour! Order Now Features Prices
Go Back   Web Hosting > BlueVoda Website Builder Forums > BlueVoda - General Issues

Notices

BlueVoda - General Issues All BlueVoda support issues that are not covered in the below forums.

Reply
 
LinkBack Thread Tools
  #1  
Old 09-27-2005, 02:35 PM
Master Learner
 
Join Date: May 2005
Location: NWArkansas
Posts: 37
Send a message via Yahoo to CGPhotoMom
Default Form not working

Hi, Sara sent me here from a support ticket to post html. My form quit working so I had to set up my contact.htp different temporarily until i get the contact.php fixed. I set the contact.php up to look like the rest of my pages but it is not sending the info to my email upon submit. Can you check it and tell me where I went wrong?


<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>contact.php</title>
</head>
<body text="#ffffff" bgcolor="#000000" $email="$HTTP_POST_VARS[email];" $mailto="contact@caringlaser.com" $mailsubj="Information Request" $mailhead="From: $emailn" $val)="each" $mailbody="Values submitted from web site form:n" .="$key : $valn">>
<div style="left: 828px; position: absolute; top: 85px;">
<img height="865" alt="" src="handu_01_06.jpg" width="191" align="top" border="0"> </div>
<div style="z-index: 1; left: 526px; position: absolute; top: 105px;">
<img height="30" alt="" src="button_bg_01_06.gif" width="1" align="top" border="0"> </div>
<div style="z-index: 2; left: 313px; position: absolute; top: 181px;">
<img height="20" alt="" src="icon_kuula_01_06.gif" width="20" align="top" border="0"> </div>
<div style="z-index: 3; left: 413px; position: absolute; top: 184px;">
<img height="14" alt="" src="rating0_01_06.gif" width="64" align="top" border="0"> </div>
<div style="z-index: 4; left: 1px; position: absolute; top: 0px;">
<img height="226" alt="" src="sitelogob1_01_06.jpg" width="576" align="top" border="0"> </div>
<div style="z-index: 5; left: 135px; width: 829px; position: absolute; top: 177px; height: 27px;">
<table cellspacing="0" cellpadding="0" border="0">
<tbody>
<tr>
<td valign="top" align="left" width="134" height="22"><a href="/index.html">
<img height="22" alt="http://www.caringlaser.com/index.html" src="bv01003.gif" width="134" align="top" border="border=0"></a></td>
<td width="4">&nbsp;</td>
<td valign="top" align="left" width="134" height="22"><a href="/Coppermine/index.php">
<img height="22" alt="http://www.caringlaser.com/Coppermine/index.php" src="bv01004.gif" width="134" align="top" border="border=0"></a></td>
<td width="4">&nbsp;</td>
<td valign="top" align="left" width="134" height="22"><a href="/products.html">
<img height="22" alt="http://www.caringlaser.com/products.html" src="bv01005.gif" width="134" align="top" border="border=0"></a></td>
<td width="4">&nbsp;</td>
<td valign="top" align="left" width="134" height="22"><a href="/services.html">
<img height="22" alt="http://www.caringlaser.com/services.html" src="bv01006.gif" width="134" align="top" border="border=0"></a></td>
<td width="4">&nbsp;</td>
<td valign="top" align="left" width="134" height="22"><a href="/events.html">
<img height="22" alt="http://www.caringlaser.com/events.html" src="bv01007.gif" width="134" align="top" border="border=0"></a></td>
<td width="4">&nbsp;</td>
<td valign="top" align="left" width="134" height="22"><a href="/contact.html">
<img height="22" alt="http://www.caringlaser.com/contact.html" src="bv01008.gif" width="134" align="top" border="border=0"></a></td></tr></tbody></table></div>
<div style="z-index: 6; left: 289px; width: 400px; position: absolute; top: 286px; height: 61px;">
<p align="center"><font style="font-size: 18pt;" face="Arial" color="#e6e6fa">Thank you!
<br>We will contact you shortly!</font> </p></div><!--P

<?PHP
$email = $HTTP_POST_VARS[email];
$mailto = "info@caringlaser.com.com";
$mailsubj = "Information Request";
$mailhead = "From: $emailn";
reset ($HTTP_POST_VARS);
$mailbody = "Values submitted from web site form:n";
while (list ($key, $val) = each ($HTTP_POST_VARS))
{
$mailbody .= "$key : $valn";
}
mail($mailto, $mailsubj, $mailbody, $mailhead);
-->
</body>
</html>
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #2  
Old 09-29-2005, 12:53 PM
Maddog's Avatar
Lieutenant Colonel
 
Join Date: May 2005
Location: UK
Posts: 515
Send a message via MSN to Maddog Send a message via Skype™ to Maddog
Default

theres a few errors that I can see,

why have you got the following

<body text="#ffffff" bgcolor="#000000" $email="$HTTP_POST_VARS[email];" $mailto="contact@caringlaser.com" $mailsubj="Information Request" $mailhead="From: $emailn" $val)="each" $mailbody="Values submitted from web site form:n" .="$key : $valn">>

doesn't that get changed by the php script at the end? ( BTW you have 2 ">>" only need one)


and your missing

?>
above the </body> tag to close the php script

not 100% sure, but hope it helps
__________________
www.bluevodaexchangelink.com
BluevodaExchangeLink Help Center
Bluevodaexchangelink Forum

The only place for bluevoda site to be linked with!
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #3  
Old 10-27-2005, 10:04 PM
navaldesign's Avatar
General & Forum Moderator
 
Join Date: Oct 2005
Location: Italy
Posts: 9,348
Default Form working on some computers

Hi there,
I have the following problem: I have set up a form in my site- http://navaldesign.info/contactform.html . I tested it, and everything was Ok, I am getting an answer email with all the correct answers from all the fields. So i published it. I get home and try it from my home computer. The only result I get is that Outlook Express gets started and prompts me with a blank message. I tried again from my office, everything ok. Tried again from home, the same problem. Does anyone have a clue ? Thanks
__________________
Navaldesign
Logger Lite: Low Cost, Customizable, multifeatured Login script
Instant Download Cart: a Powerfull, Customized, in site, DB driven, e-products Cart
DBTechnosystems.com Forms, Databases, Shopping Carts, Instant Download Carts, Loggin Systems and more....
Advanced BlueVoda Form Processor : No coding form processor! Just install and use! Now with built in CAPTCHA!

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #4  
Old 10-27-2005, 11:08 PM
VodaHost's Avatar
General & Forum Administrator
 
Join Date: Mar 2005
Location: Wilmington, Delaware USA
Posts: 8,578
Default

use the php code that is on the same page as the form insructions.
__________________
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!

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #5  
Old 10-28-2005, 09:22 PM
navaldesign's Avatar
General & Forum Moderator
 
Join Date: Oct 2005
Location: Italy
Posts: 9,348
Default

Quote:
Originally Posted by VodaHost
use the php code that is on the same page as the form insructions.
Yes,ok, I shall figure out the solution. But do you really know why this happens?
I also tried the form from other PCs too, and It works just great. Can you figure of any reason why it shouldn't work just from home computer?
__________________
Navaldesign
Logger Lite: Low Cost, Customizable, multifeatured Login script
Instant Download Cart: a Powerfull, Customized, in site, DB driven, e-products Cart
DBTechnosystems.com Forms, Databases, Shopping Carts, Instant Download Carts, Loggin Systems and more....
Advanced BlueVoda Form Processor : No coding form processor! Just install and use! Now with built in CAPTCHA!

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
Order Form and Paypal Help Please Gramma Anna General Support Issues 3 05-07-2006 04:27 AM
E-mail form problems prosper Email Problems (POP, SMTP & Webmail) 3 10-07-2005 10:49 PM
Can someone please test my form? Patti Johnson BlueVoda - General Issues 7 10-06-2005 06:20 AM
HTML code for Contact Form Patti Johnson BlueVoda - General Issues 2 09-22-2005 06:56 PM
Form problems... once again Patti Johnson BlueVoda - General Issues 2 09-09-2005 02:32 AM


All times are GMT +1. The time now is 10:01 AM.


Powered by vBulletin® Version 3.7.4
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0 RC7
2005-2009 VodaHost Web Hosting Your Perfect Web Host - All Rights Reserved

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176