Email form not coming through to inbox

Hello everyone.
I've built a email form in DW CS3 (It's a custom form, not something I got from godaddy or from internet), but when you type in the info, from the form it is not coming to the inbox once you hit send. Can anyone tell me what I'm doing wrong?
I'm using godaddy. In "action" I have: /gdform.php (Post).
Here is the code:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title>Process/Mosotomoss/Image Stager</title>
<style type="text/css">
<!--
#apDiv1 {
          position:absolute;
          left:195px;
          top:17px;
          width:692px;
          height:1682px;
          z-index:1;
.style1 {color: #FFFFFF
#apDiv3 {
          position:absolute;
          left:193px;
          top:1700px;
          width:1020px;
          height:24px;
          z-index:2;
#apDiv2 {
          position:absolute;
          left:301px;
          top:743px;
          width:397px;
          height:40px;
          z-index:3;
#apDiv4 {
          position:absolute;
          left:298px;
          top:739px;
          width:603px;
          height:36px;
          z-index:3;
          background-color: #FFFFFF;
#apDiv5 {
          position:absolute;
          left:300px;
          top:741px;
          width:509px;
          height:31px;
          z-index:3;
          background-color: #FFFFFF;
#apDiv6 {
          position:absolute;
          left:299px;
          top:739px;
          width:353px;
          height:38px;
          z-index:3;
#apDiv7 {
          position:absolute;
          left:305px;
          top:741px;
          width:382px;
          height:40px;
          z-index:3;
#apDiv8 {
          position:absolute;
          left:301px;
          top:738px;
          width:822px;
          height:530px;
          z-index:3;
#apDiv9 {
          position:absolute;
          left:299px;
          top:742px;
          width:824px;
          height:528px;
          z-index:3;
#apDiv10 {
          position:absolute;
          left:443px;
          top:745px;
          width:401px;
          height:258px;
          z-index:4;
#apDiv11 {
          position:absolute;
          left:300px;
          top:746px;
          width:143px;
          height:257px;
          z-index:5;
#apDiv12 {
          position:absolute;
          left:1227px;
          top:586px;
          width:240px;
          height:272px;
          z-index:4;
-->
</style>
<script type="text/javascript">
<!--
function MM_validateForm() { //v4.0
  if (document.getElementById){
    var i,p,q,nm,test,num,min,max,errors='',args=MM_validateForm.arguments;
    for (i=0; i<(args.length-2); i+=3) { test=args[i+2]; val=document.getElementById(args[i]);
      if (val) { nm=val.name; if ((val=val.value)!="") {
        if (test.indexOf('isEmail')!=-1) { p=val.indexOf('@');
          if (p<1 || p==(val.length-1)) errors+='- '+nm+' must contain an e-mail address.\n';
        } else if (test!='R') { num = parseFloat(val);
          if (isNaN(val)) errors+='- '+nm+' must contain a number.\n';
          if (test.indexOf('inRange') != -1) { p=test.indexOf(':');
            min=test.substring(8,p); max=test.substring(p+1);
            if (num<min || max<num) errors+='- '+nm+' must contain a number between '+min+' and '+max+'.\n';
      } } } else if (test.charAt(0) == 'R') errors += '- '+nm+' is required.\n'; }
    } if (errors) alert('The following error(s) occurred:\n'+errors);
    document.MM_returnValue = (errors == '');
//-->
</script>
</head>
<body>
<div id="apDiv1">
  <div align="center"><img src="images/process.jpg" width="1024" height="1685" border="0" usemap="#Map" />
      <map name="Map" id="Map">
        <area shape="rect" coords="791,45,832,73" href="blog.html" />
        <area shape="rect" coords="841,29,882,74" href="http://www.youtube.com/user/mosotomoss" />
        <area shape="rect" coords="730,44,781,68" href="store.html" />
        <area shape="rect" coords="885,30,929,76" href="https://www.facebook.com/pages/Mosotomoss/125744364118146" />
        <area shape="rect" coords="929,28,974,75" href="http://twitter.com/mosotomoss" />
        <area shape="rect" coords="670,45,722,69" href="press.html" />
        <area shape="rect" coords="611,45,660,69" href="faq.html" />
        <area shape="rect" coords="223,43,298,72" href="process.html" />
        <area shape="rect" coords="304,42,384,68" href="services.html" />
        <area shape="rect" coords="136,40,220,68" href="about.html" />
        <area shape="rect" coords="394,42,505,70" href="1on1staging.html" />
        <area shape="rect" coords="518,45,602,72" href="team.html" />
        <area shape="rect" coords="56,24,117,83" href="index.html" />
        </map>
  </div>
</div>
<div class="style1" id="apDiv3">Mosotomoss is an Image Staging Company and an Image Making Company</div>
<div id="apDiv9">
  <form id="form1" name="form1" method="post" action="/gdform.php">
    <table width="100%" border="0" cellpadding="6">
      <tr>
        <td><div align="right">
          <label>First Name:</label>
        </div></td>
        <td><div align="left">
          <input name="firstname" type="text" id="firstname" size="35" maxlength="90" />
        </div></td>
      </tr>
      <tr>
        <td><div align="right">
          <label>Last Name:</label>
        </div></td>
        <td><div align="left">
          <input name="lastname" type="text" id="lastname" size="35" maxlength="90" />
        </div></td>
      </tr>
      <tr>
        <td><div align="right">
          <label>Company:</label>
        </div></td>
        <td><div align="left">
          <input name="company" type="text" id="company" size="35" maxlength="90" />
        </div></td>
      </tr>
      <tr>
        <td><div align="right">
          <label>Website:</label>
        </div></td>
        <td><div align="left">
          <input name="website" type="text" id="website" size="35" maxlength="90" />
        </div></td>
      </tr>
      <tr>
        <td><div align="right">Email:</div></td>
        <td><div align="left">
          <input name="email" type="text" id="email" size="35" maxlength="90" />
        </div></td>
      </tr>
      <tr>
        <td><div align="right">
          <label>Phone:</label>
        </div></td>
        <td><div align="left">
          <input name="phone" type="text" id="phone" size="35" maxlength="15" />
        </div></td>
      </tr>
      <tr>
        <td><div align="right">
          <label>City:</label>
        </div></td>
        <td><div align="left">
          <input name="city" type="text" id="city" size="35" maxlength="90" />
        </div></td>
      </tr>
      <tr>
        <td><div align="right">
          <label>State:</label>
        </div></td>
        <td><div align="left">
          <input name="state" type="text" id="state" size="35" maxlength="90" />
        </div></td>
      </tr>
      <tr>
        <td><div align="right">Services:</div></td>
        <td><div align="left">
          <p>
            <label>
              <input type="radio" name="Services" value="Seminars" id="Services_0" />
              Seminars</label>
            <br />
            <label>
              <input type="radio" name="Services" value="Mentoring" id="Services_1" />
              Mentoring</label>
            <br />
            <label>
              <input type="radio" name="Services" value="Workshops" id="Services_2" />
              Workshops</label>
            <br />
            <label>
              <input type="radio" name="Services" value="1on1 Staging" id="Services_3" />
              1on1 Staging</label>
            <br />
            <label>
              <input type="radio" name="Services" value="Marketing & PR" id="Services_4" />
              Marketing & PR</label>
            <br />
            <label>
              <input type="radio" name="Services" value="Nonprofit Staging" id="Services_5" />
              Nonprofit Staging</label>
            <br />
            <label>
              <input type="radio" name="Services" value="Business Planning" id="Services_6" />
              Business Planning</label>
            <br />
            <label>
              <input type="radio" name="Services" value="Customer relations" id="Services_7" />
              Customer relations</label>
            <br />
            <label>
              <input type="radio" name="Services" value="Business Plan Staging" id="Services_8" />
              Business Plan Staging</label>
            <br />
            <label>
              <input type="radio" name="Services" value="Social Media & Networking" id="Services_9" />
              Social Media & Networking</label>
            <br />
            <label>
              <input type="radio" name="Services" value="Everyday Retail Store Staging" id="Services_10" />
              Everyday Retail Store Staging</label>
            <br />
            <label>
              <input type="radio" name="Services" value="radio" id="Services_11" />
              Consistent & Cohesive Staging</label>
            <br />
          </p>
        </div></td>
      </tr>
      <tr>
        <td><div align="right">
          <label>How can we help you?</label>
        </div></td>
        <td><div align="left">
          <textarea name="howcanwehelpyou" id="howcanwehelpyou" cols="25" rows="5"></textarea>
        </div></td>
      </tr>
      <tr>
        <td><div align="right"></div></td>
        <td><div align="left">
          <label>
          <input name="newsletter" type="checkbox" id="newsletter" value="subscribe me" checked="checked" />
          Would you like to subscribe to our FREE newsletter?</label>
        </div></td>
      </tr>
      <tr>
        <td><div align="right">
          <label>
          <input type="reset" name="clear" id="clear" value="Reset Form" />
          </label>
        </div></td>
        <td><div align="left">
          <label>
          <input name="submit" type="submit" id="submit" onclick="MM_validateForm('firstname','','R','lastname','','R','email','','RisEmail','phon e','','R');return document.MM_returnValue" value="Submit form" />
          </label>
        </div></td>
      </tr>
      <tr>
        <td><div align="right"></div></td>
        <td><div align="left"></div></td>
      </tr>
    </table>
    <input name="reciepient" type="hidden" id="reciepient" value="[email protected]" />
    <input name="Redirect" type="hidden" id="Redirect" value="emailform.html" />
  </form>
</div>
<div align="center"></div>
</body>
</html>

You have this:
  <input name="reciepient" type="hidden" id="reciepient" value="[email protected]" />
which should be
  <input name="recipient" type="hidden" id="recipient" value="[email protected]" />
...but I don't know if current gdform.php processor uses the recipient field, or some other mechanism. Try fixing the typo and if it still doesn't work you need to contact GD for support.

Similar Messages

  • My emails are not coming through to my blackberry phone....

    My emails are not coming through to my blackberry phone. I think it is because I changed my password to my email?

    Hi there!
    If you changed your email password, then you need to change the stored credentials within BIS. See this demo for how to access your BIS configuration:
    http://na.blackberry.com/eng/support/blackberry101/setup.jsp#tab_tab_email
    If that does not work, then please return to these forums (http://supportforums.blackberry.com/rim/) and register an account so that we can provide you with direct assistance.
    Cheers!
    Occam's Razor nearly always applies when troubleshooting technology issues!
    If anyone has been helpful to you, please show your appreciation by clicking the button inside of their post. Please click here and read, along with the threads to which it links, for helpful information to guide you as you proceed. I always recommend that you treat your BlackBerry like any other computing device, including using a regular backup schedule...click here for an article with instructions.
    Join our BBM Channels
    BSCF General Channel
    PIN: C0001B7B4   Display/Scan Bar Code
    Knowledge Base Updates
    PIN: C0005A9AA   Display/Scan Bar Code

  • Ive forgotten my security questions for my apple id, it keeps saying that it has sent an email to me with the information but the email is not coming through ????

    ive forgotten my security questions for my apple id, it keeps saying that it has sent an email to me with the information but the email is not coming through ????

    Check the AppleCare number for your country here:
    http://support.apple.com/kb/HE57
    Call them up, and let them know you would like to be transferred to the Account Security Team.

  • Email attachments not coming through

    I am having trouble getting attachments in emails. Some of them come through and other do not. Most of them do not. I get a message that says "this message has not been downloaded from the server" What does this mean and why are they not coming through. I have 3 emails set up. My work email on an Exchange Server, Yahoo and Cox.net. Any suggestions or help would be grateful.

    I assume these are pop email accounts?
    If so, when on edge the speed is slower so attachments take longer to actually load than the email does. You may see the email show the headers and first few lines in preview, you may even get the email notification noise, but if you access the email before the full attachment is downloaded you will get the message not downloaded from server message.
    Two options:
    1 - wait longer for the attachments to download before accessing the email, make sure the spinning circle is done spinning - when I was on pop, depending on the size of the attachment, I had to wait up to 30 minutes to get the email AND attachment to download.
    2 - switch to an imap account and this issue basically goes away.

  • Emails are not coming through to my gmail account - but are coming through on my iPhone -  whats happening??

    My iMac O S X lion is not receiving incoming emails - but they are coming through on my iPhone 5 - whats is happening out there??
    help please

    Hello wendysbnb,
    Thanks for using Apple Support Communities.
    In order to troubleshoot this issue where you are unable to receive email I'd like you to please follow the steps in the article below.
    OS X Mail: Troubleshooting sending and receiving email messages
    Cheers,
    Alex H.

  • Email Alerts Not Coming Through

    HI,
    We have alerts set up in our test system and the alerts are making it to the Alert Inbox for the user we set up in AlrtCatDef. In SU01 (User Maintenance) we set an email address for the user. No emails are coming through.
    We have contacted our Basis team they said everything should be set up, are we missing anything?
    Cheers

    Hello Gareth,
    can save a lot of your valuable time by telling you only about the events/errors you have to take care of.Here all about the Alert monitoring.Below I am giving the weblogs which are beautifully described about CCMS and mail alerts.
    follow the weblogs one-by-one.
    /people/michal.krawczyk2/blog/2005/09/09/xi-alerts--step-by-step XI:Alerts step-by-step. (fundamental Basic)
    /people/sap.user72/blog/2005/11/24/xi-configuring-ccms-monitoring-for-xi-part-i CCMS Monitoring for XI. (CCMS monitoring for XI is enough later
    we configure to Adapter Engine).
    /people/aravindh.prasanna/blog/2005/12/23/configuring-scenario-specific-e-mail-alerts-in-xi-ccms-part--1 Configuring scenario specific E-mail alerts in XI-CCMS: Part-1
    (This is Important)
    /people/aravindh.prasanna/blog/2005/12/24/configuring-scenario-specific-e-mail-alerts-in-xi-ccms-part-2 Configuring scenario specific E-mail alerts in XI-CCMS: Part-2
    /people/aravindh.prasanna/blog/2006/02/20/configuring-scenario-specific-e-mail-alerts-in-xi-ccms-part-3 Configuring scenario specific E-mail alerts in XI-CCMS: Part 3
    /people/federico.babelis2/blog/2006/05/03/solution-manager-cen-and-alerting-configuration-guide-for-dummies Solution Manager CEN and Alerting configuration (Advanced)
    Please reward points if it is useful...
    Thanks,
    Satya Kumar

  • Email notifications not coming through Gmail or Office365? ZTE Open

    Since setting up both my email accounts, Gmail and Office365, I can receive and send emails but I do not get any notification that they have arrived. Th eonly way I can tell is if I go into the email app. Surely you should get a notification like all mobile OS's?

    Just wanted to clarify I am using the Firefox os defualt email app.

  • Why are Email attachments not coming through to me from senders??

    Emails are being received and the sender says there is an attachment but no attachment can be seen.

    Firefox doesn't do email, it's strictly a web browser.
    If you are using Firefox to access your mail, you are using "web-mail". You need to seek support from your service provider or a forum for that service.
    If your problem is with Mozilla Thunderbird, see this forum for support.
    [http://www.mozillamessaging.com/en-US/support/] <br />
    or this one <br />
    [http://forums.mozillazine.org/viewforum.php?f=39]

  • Email not coming through!

    So I just got a new Pearl 8130 from VZW last Saturday and for the majority of the time I've had the phone... my emails aren't coming through! I've got three accounts set up on it: 1 - a work account which I need to make sure I have my Outlook at work set to leave a copy of the message on the server after it downloads it locally to my computer. 2 - Gmail account #1 which I have going to my outlook on my personal computer at home. And 3 - Gmail account #2 which I only check through the internet.
    I should be getting an email on my third account everytime someone posts to a thread I've subscribed to on HoFo... which is often enough for me to know that it's not being sent through to my BB.
    Any advice? Interestingly enough, I'm able to send emails from my BB and they are recieved just fine, however I cannot seem to retrieve them.
    -Verizon Pearl 8130

    ITChannelTraine wrote:
    what steps have you taken to troubleshoot?
    1) options > advanced options > host routing table > menu > register now
    2) log into your BIS account and resend service books
    3) remove the email accounts from the BIS, then re-add it after removing all the service book from your device.
    I hadn't done your #1 option until now. Technically, what does that do for me? Shouldn't it have been registered already?!
    I had removed all my email accounts and re-added them. That seemed to work for about 12 hours yesterday morning. Since around noon or so yesterday I haven't been able to receive any emails.
    What are service books? I noticed that in the "advanced options" too. They remove themselves when I delete one of my email addresses. And then re-add themselves when I register that email address again. 
    -Verizon Pearl 8130

  • Why am I getting frequent spam emails via iPad that are not coming through my primary email account?  And how do I get them to stop?

    Why am I getting frequent spam emails via iPad that are not coming through my primary email account?  And how do I get them to stop? 

    Hi D.,
    Unfortunately phishing is far too common these days. The articles below will help you determine the authenticity of the emails that you received.
    Identifying fraudulent "phishing" email
    http://support.apple.com/kb/ht4933
    Identifying legitimate emails from the iTunes Store
    http://support.apple.com/kb/ht2075
    -Jason

  • My Apple ID verification e-mails are not coming through to my e-mail account.

    My Apple ID verification e-mails are not coming through to my e-mail account. How can I fix that?

    Hi there Lenore1936,
    You may find the troubleshooting steps in the article below helpful.
    Manage your Apple ID primary, rescue, alternate, and notification email addresses
    http://support.apple.com/kb/HT5620
    -Griff W. 

  • Trouble with Meeting Requests not coming through - GMail to Exchange

    I've just started trying to get a handle on all the thing my wife schedules for me around the kids. I've tried to get her to send me meeting requests so they go on my calendar but a lot of the time they're just not coming through. I get all of her emails and I get meeting requests all day long but there seems to be a problem getting the meeting requets from her.
    She has an iPhone 4S and I have an iPhone 5 both running IOS 6.
    She has gmail set up as Exchange in Mail on the iPhone.
    I have a true MS Exchange account set up on the iPhone
    She will create an event and add my work email as the invitee. It will show up on her phone but never come through sometimes.
    Sometimes I've noticed that on her phone my name has a question mark next to it in the invite.
    Any ideas? Any direction?
    Thanks
    Josh

    Any ideas on this? Still having the problem.
    Thanks
    Josh

  • I have forgotten my security question answers and my recovery emails aren't coming through. Apple won't or are unable to resolve so how do i now make purchases on the ipod touch?

    i have forgotten my security question answers and my recovery emails aren't coming through. Apple won't or are unable to resolve so how do i now make purchases on the ipod touch?

    Wont/Unable as in you were not able to verify information?
    Basicly the only way Account Security is not able to reset your security questions is because
    1 - You do not remember your password
    2 - You were unable to verify any information which is required
    If you do not remember your password - until your password is either remembered or reset - will not be able to reset questions via Support
    If you know your password - then if you are unable to verify any information regarding your account your questions will not be reset.
    I apologize - If the information above is not the case try calling back in.

  • HT201342 Why are photos sent to me not coming through?

    Why are photos e mailled to me not coming through to my icloud.com e mail?

    hazel1254 wrote:
    I have been sent several e mails containing photos and none of them have been received.
    You may also want to check your space available as you only get 5GB free.  It's unlikely that this is what you are experiencing, but it can certainly cause you not to receive any emails that don't fit.
    Reference: http://support.apple.com/kb/ht4863
    Mailbox Size
    Your iCloud account includes 5 GB of free storage, which is shared by mail, documents, account information, and the iOS settings and app data that are automatically backed up by iCloud. You can also purchase additional storage.
    Manage your iCloud Storage: http://support.apple.com/kb/ht4847

  • I cannot email photos from within iPhoto (v. 9.5.1). When I hit send I get a message: "Your email did not go through because the server did not reply." This happens for both my iCloud account and my Shaw account. What to do???

    I cannot email photos from within iPhoto (v. 9.5.1). When I hit send I get a message: "Your email did not go through because the server did not reply." This happens for both my iCloud account and my Shaw account. What to do???

    Are you able to email from Mail with those two accounts?  If so:
    1 - go to iPhoto's Accounts preference pane and delete both accounts. Now add them back and try again.
    2 - a better solution IMO is to set Mail as the email client for iPhoto is iPhoto's General preference pane.  This gives you better access to your contacts, a sent copy of all emails and, if you want a layout similar to iPhoto's, photo layouts located in Mail's stationary.

Maybe you are looking for