Submit button does not send info to my email

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts
  • ahahchoo
    Private First Class

    • May 2008
    • 5

    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
Working...
X