Web Hosting Vodahost    

Home Take The Royal Tour! Order Now Features Prices
Go Back   Web Hosting > VodaHost Web Hosting Support > mySQL & PHP

Notices

mySQL & PHP Discussions, information and help with mySQL and PHP.

Reply
 
LinkBack Thread Tools
  #1  
Old 05-11-2008, 04:39 PM
Private
 
Join Date: May 2008
Posts: 4
Default Submit button does not send info to my email

I am using the new BV form wizard and filled in the information as requested. I put a check mark in the "use built in php form processor to send the data to an email address" but it only generates a:

The requested URL /< was not found on this server.
Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.

My success url points to: ./index.html

My php html code is:
<form name="Data" method="POST" action="<? echo($_SERVER['PHP_SELF']);?>" id="Form2" onsubmit="return ValidateData(this)">
<div id="bv_Text7" style="position:absolute;left:27px;top:16px;width: 94px;height:16px;z-index:30" align="left">
<font style="font-size:13px" color="#000000" face="Tahoma"><b>First Name*</b></font></div>
<input type="text" id="Editbox4" style="position:absolute;left:139px;top:15px;width :200px;border:3px #FFAD5B solid;font-family:Courier New;font-size:16px;z-index:31" size="20" name="First Name" value="">
<div id="bv_Text8" style="position:absolute;left:27px;top:44px;width: 94px;height:16px;z-index:32" align="left">
<font style="font-size:13px" color="#000000" face="Tahoma"><b>Last Name*</b></font></div>
<input type="text" id="Editbox5" style="position:absolute;left:139px;top:44px;width :200px;border:3px #FFAD5B solid;font-family:Courier New;font-size:16px;z-index:33" size="20" name="Last Name" value="">
<div id="bv_Text9" style="position:absolute;left:28px;top:73px;width: 101px;height:32px;z-index:34" align="left">
<font style="font-size:13px" color="#000000" face="Tahoma"><b>Email Address*</b></font></div>
<input type="text" id="Editbox6" style="position:absolute;left:139px;top:73px;width :200px;border:3px #FFAD5B solid;font-family:Courier New;font-size:16px;z-index:35" size="20" name="Email Address" value="">
<div id="bv_Text10" style="position:absolute;left:27px;top:102px;width :94px;height:18px;z-index:36" align="left">
<font style="font-size:15px" color="#000000" face="Tahoma"><b>Comments*</b></font></div>
<input type="submit" id="Button1"" name="Submit" value="Submit" style="position:absolute;left:141px;top:262px;widt h:75px;height:24px;z-index:37">
<input type="reset" id="Button2"" name="Clear" value="Clear" style="position:absolute;left:141px;top:295px;widt h:75px;height:24px;z-index:38">
<textarea name="Comments" id="TextArea1" style="position:absolute;left:139px;top:104px;widt h:200px;height:150px;border:3px #FFAD5B solid;z-index:39" rows="7" cols="17"></textarea>

</form>

What am I doing wrong or what needs to be changed. Help would be appreciated.

Ahahchoo
Acct. ID- jvedhir
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:27 AM.


Powered by vBulletin® Version 3.7.1
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0 RC7
2007 VodaHost.com - 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