Web Hosting Vodahost    

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

Notices

Forms Discussion and help related to designing and implementing forms in the BlueVoda Website Builder.

Reply
 
LinkBack Thread Tools
  #1  
Old 07-09-2006, 08:15 PM
alzmo2k6's Avatar
Sergeant
 
Join Date: May 2006
Posts: 23
Cool My form isnt working!

hey all , i got my form all published and everything and i have read all of your totorials but the problem is when i try and fill the form out, the data i have filled out is not getting sent to me. (killer@thetafsquad.com)


my website is

www.thetafsquad.com/index.html

the form address is

www.thetafsquad.com/fear_joinus.html


thanks

Ali
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 07-09-2006, 08:32 PM
VodaHost's Avatar
General & Forum Administrator
 
Join Date: Mar 2005
Location: Wilmington, Delaware USA
Posts: 8,579
Default Re: My form isnt working!

you created it wrong, please use the PHP code provide in the tutorial, please click the below...

http://www.vodahost.com/vodatalk/for...-part-1-a.html
__________________
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
  #3  
Old 07-09-2006, 08:32 PM
VodaHost's Avatar
General & Forum Administrator
 
Join Date: Mar 2005
Location: Wilmington, Delaware USA
Posts: 8,579
Default Re: My form isnt working!

moving to forms section.
__________________
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
  #4  
Old 07-09-2006, 08:54 PM
navaldesign's Avatar
General & Forum Moderator
 
Join Date: Oct 2005
Location: Italy
Posts: 9,357
Default Re: My form isnt working!

Also, correct the second email field name: you can't have two fields named email. Correct the S1 name for the textarea. Group the radio buttons (otherwise they will be both clickable). And of course, use the php script method to process your form info and send it in your inbox.
__________________
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
  #5  
Old 03-22-2007, 02:56 PM
Sergeant
 
Join Date: Oct 2006
Posts: 38
Default My contact form isnt working

Hello,
I have confirgured my contact page as suggested in tutorial but its not working. The error is " Parse error: parse error in C:\Inetpub\vhosts\daytradingshares.com\httpdocs\ac tion.php on line 11 "
Please can you assist me?
Name of website - www.daytradingshares.com
Thanks
regards
Satish
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #6  
Old 03-22-2007, 06:19 PM
navaldesign's Avatar
General & Forum Moderator
 
Join Date: Oct 2005
Location: Italy
Posts: 9,357
Default Re: My form isnt working!

You must have made some mistake in the php script code. Unfortunately we can't help you, unless you post the code here. However, why is this error message reffering to your hard drive c ? are you trying the form script on a local machine php/apache environment ?
__________________
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
  #7  
Old 03-23-2007, 06:22 AM
Sergeant
 
Join Date: Oct 2006
Posts: 38
Default Re: My form isnt working!

Hi
Code i am using is the same code what is posted in tutorial.Please find below.
<?PHP
$email = $HTTP_POST_VARS[email];
$mailto = "support@daytradingshares.com";
$mailsubj = "Response from your Daytradingshares.com";
$mailhead = "From: $email\n";
reset ($HTTP_POST_VARS);
$mailbody = "Values submitted from web site form :\n";
while (list ($key, $val) = each ($HTTP_POST_VARS))
{
if ($key!="submit")
{
$mailbody .= "$key : $val\n";
}
}
mail($mailto, $mailsubj, $mailbody, $mailhead);
?>

And the path its pointing is not my local PC but its on the server where i hosted this website.
Please advice.
Thanks
regards
Satish
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #8  
Old 03-23-2007, 07:53 AM
navaldesign's Avatar
General & Forum Moderator
 
Join Date: Oct 2005
Location: Italy
Posts: 9,357
Default Re: My form isnt working!

Your script is correct. It could be something else, but i have not been able to view your website in order to see this error, because it gives me a 404 page not found error. I hope it is a temporary problem, i will try later.
__________________
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
  #9  
Old 03-23-2007, 09:26 AM
Sergeant
 
Join Date: Oct 2006
Posts: 38
Default Re: My form isnt working!

The website is up and running fine. please try .
Thanks
regards
Satish
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #10  
Old 03-23-2007, 09:52 AM
navaldesign's Avatar
General & Forum Moderator
 
Join Date: Oct 2005
Location: Italy
Posts: 9,357
Default Re: My form isnt working!

I tried it and it is working now. I did receive the error line, but it is difficult to say what can be wrong, because the page php (and html) are not visible. Please copy the entire code of your page and post it here.

Anyway, seems like the website is running on a local machine rather than a hosting server.....Maybe a redirect from the website to your local machine ?(....)
__________________
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
  #11  
Old 03-23-2007, 01:44 PM
Sergeant
 
Join Date: Oct 2006
Posts: 38
Default Re: My form isnt working!

Hello,
Please fnd code of my contact page below.
<FORM name="contact Form" method="POST" action="action.php" enctype="multipart/form-data">
<INPUT type="hidden" name="" value="">
<INPUT type="hidden" name="" value="">
<INPUT type="hidden" name="" value="">
<DIV style="position:absolute;left:20px;top:22px;width: 253px;height:16px;z-index:14" align="left">
<FONT style="FONT-SIZE: 13px" face="Arial" color="#000000">Your Name:</FONT><FONT style="FONT-SIZE: 13px" face="Arial" color="#ff0000"></FONT>
</DIV>
<DIV style="position:absolute;left:263px;top:10px;width :338px;height:15px;z-index:15" align="left">
<FONT face="Arial" color="#000000" size="2"></FONT>
</DIV>
<INPUT type="text" style="position:absolute;left:269px;top:17px;width :144px;z-index:16" size="18" name="q[1]" value="">
<DIV style="position:absolute;left:20px;top:50px;width: 253px;height:16px;z-index:17" align="left">
<FONT style="font-size:13px" color="#000000" face="Arial">Your E-mail </FONT>
</DIV>
<INPUT type="text" style="position:absolute;left:269px;top:45px;width :146px;z-index:18" size="20" name="email" value="">
<DIV style="position:absolute;left:20px;top:78px;width: 253px;height:16px;z-index:19" align="left">
<FONT style="font-size:13px" color="#000000" face="Arial">Your Country:</FONT>
</DIV>
<DIV style="position:absolute;left:263px;top:66px;width :338px;height:15px;z-index:20" align="left">
<FONT face="Arial" color="#000000" size="2"></FONT>
</DIV>
<INPUT type="text" style="position:absolute;left:269px;top:73px;width :146px;z-index:21" size="20" name="q[3]" value="">
<DIV style="position:absolute;left:20px;top:108px;width :253px;height:16px;z-index:22" align="left">
<FONT style="font-size:13px" color="#000000" face="Arial">Your Favourite Trading Site:</FONT>
</DIV>
<DIV style="position:absolute;left:263px;top:94px;width :338px;height:15px;z-index:23" align="left">
<FONT face="Arial" color="#000000" size="2"></FONT>
</DIV>
<INPUT type="text" style="position:absolute;left:269px;top:101px;widt h:146px;z-index:24" size="20" name="q[4]" value="">
<DIV style="position:absolute;left:10px;top:142px;width :591px;height:15px;z-index:25" align="left">
<FONT face="Arial" color="#000000" size="2"></FONT>
</DIV>
<TEXTAREA name="q[2]" style="position:absolute;left:271px;top:141px;widt h:263px;height:102px;z-index:26" rows=6 cols=30></TEXTAREA>
<INPUT type="submit" name="" value="Submit" style="position:absolute;left:343px;top:261px;widt h:75px;height:24px;z-index:27">
</FORM>

please find code of my submit confirmation page below.

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<HTML>
<HEAD>
<META http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<TITLE>action</TITLE>
<META name="GENERATOR" content="Created by BlueVoda">
</HEAD>
<BODY bgcolor="#DFDFDF" text="#000000"
<?PHP
$email = $HTTP_POST_VARS[email];
$mailto = "support@daytradingshares.com";
$mailsubj = "Response from your Daytradingshares.com";
$mailhead = "From: $email\n";
reset ($HTTP_POST_VARS);
$mailbody = "Values submitted from web site form :\n";
while (list ($key, $val) = each ($HTTP_POST_VARS))
{
if ($key!="submit")
{
$mailbody .= "$key : $val\n";
}
}
mail($mailto, $mailsubj, $mailbody, $mailhead);
?>
>
<DIV style="position:absolute;left:0px;top:0px;width:71 5px;height:110px;z-index:0" align="left">
<IMG src="bv01076.gif" align="top" alt="" border="0" width="715" height="110">
</DIV>
<DIV style="position:absolute;left:8px;top:3px;width:14 3px;height:75px;z-index:1" align="left">
<IMG src="bv01077.gif" align="top" alt="" border="0" width="143" height="75">
</DIV>
<DIV style="position:absolute;left:14px;top:12px;width: 59px;height:59px;z-index:2" align="left">
<IMG src="bv01078.gif" align="top" alt="" border="0" width="59" height="59">
</DIV>
<DIV style="position:absolute;left:32px;top:25px;width: 150px;height:33px;z-index:3" align="left">
<FONT style="font-size:29px" color="#000000" face="Arial">D</FONT>
</DIV>
<DIV style="position:absolute;left:54px;top:11px;width: 59px;height:59px;z-index:4" align="left">
<IMG src="bv01079.gif" align="top" alt="" border="0" width="59" height="59">
</DIV>
<DIV style="position:absolute;left:90px;top:12px;width: 59px;height:59px;z-index:5" align="left">
<IMG src="bv01080.gif" align="top" alt="" border="0" width="59" height="59">
</DIV>
<DIV style="position:absolute;left:73px;top:26px;width: 150px;height:33px;z-index:6" align="left">
<FONT style="font-size:29px" color="#000000" face="Arial">T</FONT>
</DIV>
<DIV style="position:absolute;left:111px;top:26px;width :150px;height:33px;z-index:7" align="left">
<FONT style="font-size:29px" color="#000000" face="Arial">S</FONT>
</DIV>
<DIV style="position:absolute;left:20px;top:116px;width :150px;height:16px;z-index:8" align="left">
&nbsp;
</DIV>
<DIV style="position:absolute;left:5px;top:111px;width: 250px;height:21px;z-index:9" align="left">
<FONT style="font-size:19px" color="#000000" face="Times New Roman">&nbsp;&nbsp; <A href="http://daytradingshares.com" target="_self">Go to back Trading Topics</A> </FONT>
</DIV>
<DIV style="position:absolute;left:230px;top:0px;width: 390px;height:57px;z-index:10" align="left">
<FONT style="font-size:48px" color="#000000" face="Monotype Corsiva"><U>Day Trading Shares</U></FONT>
</DIV>
<DIV style="position:absolute;left:291px;top:66px;width :207px;height:33px;z-index:11" align="left">
<FONT style="font-size:27px" color="#000000" face="Monotype Corsiva">Your Desire To Earn</FONT>
</DIV>
<DIV style="position:absolute;left:74px;top:157px;width :544px;height:159px;z-index:12" align="left">
<FONT style="font-size:21px" color="#0000FF" face="Times New Roman"><B>Thank you for submitting your views/querries, if required we will get back to you within 24 hours.<BR>
<BR>
Thanks<BR>
Support group<BR>
DayTradingShares.com<BR>
</B></FONT>
</DIV>
</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
  #12  
Old 03-23-2007, 02:08 PM
navaldesign's Avatar
General & Forum Moderator
 
Join Date: Oct 2005
Location: Italy
Posts: 9,357
Default Re: My form isnt working!

Your script is correct, so i can only suppose that you are having some problem with your php. I still beleive that the script is running on local machine... And you are mixing BV created code with some other html editor (using BV on a non VH site...)
__________________
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


All times are GMT +1. The time now is 11:40 PM.


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