Having problems with and advanced form to Mail PHP app in Dreamweaver

Hello,
I would like to start off by saying i am horrible when it comes to php of any kind so i use an attachment for my forms call Advanced from to Mail PHP in dreameaver for connecting my site to my email contact for user data.
I have had this problem a few times but don't remember what someone told me about a year ago, the form that i have setup is from a free template so i did not set it up. Any how i am gettiing an error where dreamweaver is stating i need to "Please Enter Valid Form" pretty sure that means the from im trying to manipulate is unreadable for this application.
Are there any PHP or form experts out there that may be able to help me in making this form readable to the app i am using in order to tie it to my email for submisions?
I will post a picture of the form i am trying to use the app on, the app and the error i am getting.
Could it be that i have to replace <label for= with <Input Name   possibly?!
Thank you so much!
The Form
  <form action="../index.php">
           <h4>fill in your contact details</h4>
           <div class="form1">
             <label for="fname"> <span>first name</span>
               <input type="text" name="fname" id="fname">
                </label>
             <label for="lname"> <span>last name</span>
               <input type="text" name="lname" id="lname">
                </label>
             <label for="email3"> <span>email address</span>
               <input type="text" name="email3" id="email3">
                </label>
             <label for="phone"> <span>phone number</span>
               <input type="text" name="phone" id="phone">
                </label>
             <label for="address1"> <span>address 1</span>
               <input type="text" name="address1" id="address1">
                </label>
             <div>
               <label for="city"> <span>city</span>
                 <select name="city" id="city">
                   <option value=""></option>
                   <option value=""></option>
                   <option value=""></option>
                    </select>
                  </label>
               <label for="state"> <span>state</span>
                 <select name="state" id="state">
                   <option value=""></option>
                   <option value=""></option>
                   <option value=""></option>
                    </select>
                  </label>
                </div>
             <label for="address2"> <span>address 2</span>
               <input type="text" name="address2" id="address2">
                </label>
             <label for="zip"> <span>zipcode</span>
               <input type="text" name="zip" id="zip">
                </label>
             <label for="schedule"> <span>When Do You Prefer Us To Call?  (We only call during weekdays and Saturdays)</span>
               <select name="schedule" id="schedule">
                 <option value=""></option>
                 <option value="">In the morning (Between 9am - 12nn)</option>
                 <option value="">In the afternoon (Between 1pm - 5pm)</option>
                 <option value="">In the evening (Between 6pm-7pm)</option>
                  </select>
                </label>
              </div>
           <h4> Describe the  Contents of your pickup or Quote below:</h4>
           <div class="form2">
             <label for="message2">
               <textarea name="message2" id="message2" cols="30" rows="10"></textarea>
                </label>
              </div>
           <input type="submit" name="send2" id="send2" value="">
            </form>

> dreamweaver is stating i need to "Please Enter Valid Form"
It's asking for a valid 'FROM' field, not FORM.

Similar Messages

  • I'm Still having problems with my contact form, can someone look at it and help me?

    http://www.alpenawebdesigns.com
    when I try and submit my contact form I get a 404 error something about a port 80 (I'm using port 21) I use Godaddy as a host and this contact form works in another program
    http://www.bayviewdropincenter.org
    can someone look at these and tell me what is the problem?
    Also is there a user group in the Alpena Mi area?

    The requested URL /form-to-email.php was not found on this server.  Did you upload the script?
    Also, please take my URL out of your footer code.   Thanks. 
    <div id="footer">
    <p>&copy; 2012 <a href="http://alt-web.com/">Alpena Web Designs</a> all rights reserved.</p>
    </div>
    Finally, validate your code.  You're missing a closing </div> tag for your header.
    http://validator.w3.org/check?verbose=1&uri=http%3A%2F%2Fwww.alpenawebdesigns.com%2Fcontac tus.html
    Nancy O.
    Alt-Web Design & Publishing
    Web | Graphics | Print | Media  Specialists 
    http://alt-web.com/
    http://twitter.com/altweb
    http://alt-web.blogspot.com/

  • It looks like the way forward is to delete any apps you are having problems with and reinstall hopefully you have your data on iCloud this seems to work

    Looks like deleting and reinstalling the apps your having the problems with works in some cases

    Hi Flash, Just some info to correct yours. First, not everyone is having a problem with FP 10.1 and there are solutions and reverting to FP 10.0 would not be the first choice. If that was for you, that's fine. If you would read the many many threads here, you would find correct information for users that want to revert back to FP10.
    Also may I suggest you read up on Firefox version 3.6.6 as this is involved sometimes with FP 10.1.
    Lastly, I think it is always better to find out what a user's issues are before offering a solution. Reverting back to FP 10.0 is not for everyone that is having a problem nor should it be.
    If your instructions solved whatever problem you were having, that's great. However, to recommend this to other users that come here for help without knowing what their problems are may not be the best advice, in my opinion.
    There are many other details in the Uninstall Instructions and also the Install Instructions that need to be followed.
    That is why it is better for each user to have their own thread and receive help for their individual issues. This is also based on their computer system configuration.
    Believe me, if there was one fix for all FP 10.1 or any other version issues, it would be posted
    Thanks,
    eidnolb

  • Having problems with my email form...

    Here is my HTML form:
    <form style="font-size:12px; font-family:"Arial" action="form.php" method="post">
    <span class="style18">Name:</span><br/>
    <input style="color: #FFFFFF; font-size: 12px; font-family: Verdana; type="text" size="25" name="Name" />
    <br/>
    <br/>
    <br/>
    <span class="style18">
    Phone:</span><br/>
    <input style="color: #FFFFFF; font-size: 12px; font-family: Verdana; type="text" size="25" name="Phone" />
    <br/>
    <br/>
    <br/>
    <span class="style18">Email:</span><br/>
    <input style="color: #FFFFFF; font-size: 12px; font-family: Verdana; type="text" size="25" name="Email" />
    <br/>
    <br/>
    <br/>
    <span class="style18">Comments:</span><br/>
    <textarea style="color: #FFFFFF; font-size: 12px; font-family: Verdana; name="Comments" cols="23" rows="7"> </textarea>
    <br/>
    <br/>
    <br/>
    <input type="submit" class="style18" value="Submit" />
    </form>
    Here is my PHP:
    <?php
    $Name = $_POST['Name'];
    $Phone = $_POST['Phone'];
    $Email = $_POST ['Email'];
    $Comments = $_POST ['Comments'];
    $msg .= "Name: " . $Name . "\n";
    $msg .= "Phone: " . $Phone . "\n";
    $msg .= "Email: " . $Email . "\n";
    $msg .= "Comments: " . $Comments . "\n";
    $headers = "From: " . $Email . "\r\n" .
        "Reply-To: " . $Email . "\r\n";
    mail('[email protected]', 'basic inquiry', $msg, $headers);
    header('Location: confirm.html');
    ?>
    The problem I am having is all the information is sending to my email address just fine, however, the Comments are not coming through. The email says "Comments" but the comment that was typed in is not sending through the email.
    Please help...
    Thank you,
    cp

    Try adding closing quotes after the style attribute (after Verdana;).
    See " in red below
    <textarea style="color: #FFFFFF; font-size: 12px; font-family: Verdana;" name="Comments" cols="23" rows="7"> </textarea>

  • Newbie having problems with image on form

    In Design, I use both the "image" and "image field" tools to place a JPG image on my form, but the image does not show up on the form (the placement is there for the image, but not the image). How can I correct this problem?

    I had this same problem in the past and I'll second the notion that changing the image from CMYK to RGB easily solves the problem. Or, just make sure your image is in a .PNG format.

  • HT1529 Having problem with receiving & sending out e-mail. Imap &Smtp acct failed verify username & password  I don't remember my yahoo password

    We have too many passwords. Now I am not able to receive or send out e-mails. apparently the connections doctors telling me the IMAP account failed tha I had to verify username & password do not match.  I don't remember the password I used as I have changed the password 4 times in the last hour and I am confused. How do I get to the area that I can check the IMAP & the SMTP password. If I changed the Apple ID password would that be the same password. My username is my yahoo address. Now do I go to yahoo.com to change that password? Unfortunately, I have to wait till next Thursday to do a one to one. That is the earliest.
    I am really confuse and not good with computers. Please help. 

    Hi Stan,
    I am not sure when this changed, I keep mine saved in the browser because I do not like to login to every site I visit. But on new test devices lately the login for the sumo site has required that I use the user name, not the email. (For you this would be just Tanker or the username that appears inthe profile)

  • Having problem with 7.1.2 upgrade, mail icon indicates 70 pending messages when there are none

    Recently upgraded to iOS 7.1.2, the mail icon indicate there are 70 pending messages when in fact there are none

    Recently upgraded to iOS 7.1.2, the mail icon indicate there are 70 pending messages when in fact there are none

  • Having problems with sound on my ipad esp on apps

    I have an iPad 2 that all of a sudden has stopped having  any sound. I have rebooted my iPad and am wondering if now I just need to restore it? Don't really want to but will if have to
    Thanks for suggestions!!!!

    You can't have a virus on your iPad! Maybe someone hacked your hotmailaccount.
    Change the password of your Hotmailaccount!

  • I have just downloaded OSX Mavericks and am having a lot of problems with my iCloud account. I get a message "this iMac can't connect to iCloud because of a problem with (and then it quoted my e-mail address) Does anybody know what the problem could be??

    As mentioned above I have just downloaded OSX Maverick to my iMac. I am now having a lot of problems with iCloud. I get the message that "This iMac can't connect to iCloud because of a problem with, and then it goes on to quote my e-mail address. It then says to open iCloud preferences to fix this problem.
    I do this and no matter what I seem to do this message continues to return.
    Can anybody explain how to resolve this problem (please bear in mind that I am noy very computer literate).
    Many thanks
    Mike

    Hello John
    Sorry I haven't got back to you sooner.
    Thanks very much for your help, your solution solved my problem.
    Thanks again and kind regards
    Mike

  • I'm having problems with excessive email usage on my iphone 4/ios 7. Just noticed that (settings/usage) it was using 900  mb. I deleted all my mail, deleted the mail account, and it still says it's using 661 mb. My ipad uses a fraction of that.

    I'm having problems with excessive email usage on my iphone 4/ios 7. Just noticed that it (settings/usage) was using 900+ mb. I deleted all my mail, deleted the mail account, turned the phone off and back on, downloaded any remaining mail on the server to Outlook on my computer, and it still says it's using 661 mb. My ipad uses a fraction of that.
    Background: I recently (December) bought an ipad and set up icloud for contacts and calendar, but NOT mail. My email provider is Verizon. I use computer, iphone, and ipad to check my email; eventually I download it from the server using Outlook on the computer and then delete any remaining emails from the phone and ipad. I can't find info on this problem anywhere.

    Howdy there COUGAR444,
    It sounds like your iPad all of a sudden seems to be restarting out of no where. If you haven't called AppleCare yet, I would start with quitting either the app that seems to be causing the issue, or all the apps if a single doesn't seem to be the culprit. 
    iOS: Force an app to close
    Double-click the Home button.
    Swipe left or right until you have located the app you wish to close.
    Swipe the app up to close it.
    When you have done that restart the device and test the issue again:
    iOS: Turning off and on (restarting) and resetting
    If the issue persists, backup your device to iTunes, then restore it as new and verify that it works. 
    How to erase your iOS device and then set it up as a new device or restore it from backups
    If it does, then restore your backup to either verify it still works and the software just needed reinstalled, or isolate the issue to the backup file itself. 
    Thank you for using Apple Support Communities.
    Regards,
    Sterling

  • Having problem with gmail smtp server.  Since going to google 2-step, and entering 16-digit code in gmail account, I can receive mail on my iMac, but cannot send.  What do I do?

    Having problem with gmail smtp outgoing server.  Since going to google 2-step, and entering 16-digit code in gmail account, I can receive mail on my iMac, but cannot send.  I keep getting an error message that Mail "Cannot send message using Gmail (my assigned name) server."  What do I do?

    Confirm you did this: https://support.google.com/mail/answer/1173270?hl=en
    You might also try removing all gmail passwords from your keychain in Keychain Access. Then connect again and enter the password code given by Google.

  • I am having problems with small text size on AOL mail, and am using the latest version of Firefox.

    I am having problems with text size when using AOL Mail. I am using version 25.0 of Firefox. I did not have this problem in the past, but I suspect a change occurred with one of the Firefox upgrades. I do not have the same problem when using Internet Explorer.

    Could you start by resetting the zoom level on the page? To do that, you can either:
    * Press Ctrl+0 (that's a zero) on the keyboard
    * View menu > Zoom > Reset
    You also can use zoom to increase/decrease the size from there. This article describes the various mouse, keyboard, and menu methods: [[Font size and zoom - increase the size of web pages]].
    Any luck?

  • Having problems with OSX and mail with the servers?

    Having problems with OSX and the mail servers?  Seems to be happening more and more?

    Hello,
    Who is your eMail provider, the part after the @ sign?
    In Mail's Window Menu, choose Connection Doctor, any red dots for status, if so what is the message?
    Then click the Show Details button & Check again.
    Open Keychain Access in Utilities, use Keychain First Aid under the Keychain Menu item, then either check the Password under that item, change it, or delete it and start over.
    You may have multiple entries.
    Open Keychain Access in Utilities, enter the part after the @ sign in the search bar, hit enter
    The Password rejection can confuse people since it's a catch all meaning...
    This Password, Username, Authentication method... is not recognized on this Port to this Server, more than one entry in Keychain for each in/out entry, or a server end problem.
    If using a browser to login via WebMail works it's not Name or Password, but one of the other ones.
    The receiving email ports are:
    IMAP is port 143
    IMAP-SSL is port 993
    POP is port 110
    POP-SSL is port 995
    Outgoing ports are...
    SMTP and SMTP-SSL is on ports 25, 587 and 465. Port 587 has to be SSL, and port 465 is enforced TLS-wrapped and is generally used by Outlook users.

  • I have been having problems with my iPod touch and my WRT...

    I have been having problems with my iPod touch and my WRT54G router. I am so frustrated right now because after following the various steps mentioned in one of these threads, following Earthlink's prompts, and speaking with Apple, my iPod touch will still not work. It is connected to the internet but will not download the pages. It is quite frustrating. I have changed from WPA to WEP, I switched the 4th Generated key to the 1st. I've disabled this, enabled that. I've done just about everything. I updated the firmware. I made the switch from a partial bridge to a full bridge. Still nothing seems to work. Does anyone have any other suggestions? The one thing I have not done is enter the Apple code into the iPod which searches for website...-- I cannot access the internet with my iPod so this web address does not work. If anyone has been successful, will you please give me step by step instructions? Yesterday I was on the phone with Linksys for about an hour. Before that with Apple for about an hour and before that with Earthlink. How it is that I can walk into a Bread Co. or Apple Store and immediately connect to the internet with my iPod but I can't in my own house?? Everyone seems to think it is someone else's problem so I've gone around and around. Not one of the Linksys support personnel suggested I look here on this community forum. I had to pay the $9 fee to have advanced Linksys help but still my iPod does not work and when I called back, the man I spoke with seemed to think the case was closed because my PC, Laptop, and iPod are connected to the internet -- the iPod just won't download the webpages or get mail. My iPod's IP address begins with 192. I would appreciate any help on this matter
    Message Edited by AlliW on 10-02-2008 02:06 PM

    I had the same issues with my iPod touch & iPhone. It's a known issue with the touch & Linksys G routers. Go into settings on the touch & do the following.
    1. Settings - wifi - linksys
    2. Erase your DNS settings & input same numbers as in router
    Settings.
    3. Http proxy should be
    in off position.
    4. Close out & open safari you should now have a wireless
    connection.

  • My Client is having a serious problem with the Contact Form Widget

    My Client is having a serious problem with the Contact Form Widget that I can not figure out how to correct.
    I created a website for a client and inserted a Contact Form widget on their 'Contact Us' page. Whenever anyone uses the form, the e-mail my client receive shows my e-mail address as the sender. So, when they 'reply' to the e-mail, the reply is sent to me and not the person who sent the original message. This creates a major problem in that I get barraged with e-mail replies while my client's potential customers go without a response.
    When I look at  'Site Manager > System E-Mails > Workflow Information > E-mail From Address' on the site's Admin Console, it shows my e-mail information. Is this is what needs to be changed?  If it is, what needs to be placed in that field so that the e-mail my client receives shows the senders e-mail information in the 'From' field.  My client wants to be able to click reply and have the message sent to the right party. They would be very upset if they have to cut and past the senders e-mail address from the body text on every contact they receive.
    Their feeling is that if I can't find a way to make the contact form work the way it should, then it's useless to them.
    Can anyone help me figure this out? I really don't want to disappoint my first client.

    Are you on a plan that has the CRM feature that stores your customers' data? If so, the idea of the contact form is that you'll receive a notification that there's been an inquiry filled out on your contact form and there should be a link in that email notification that leads to the "Case" that was created when that customer filled out a contact form.  You can click that link and visit the case for that customer in your BC site and reply to them from there so that all of the correspondence is logged in the CRM for safe-keeping and for your records.
    If your client finds this is too much work to login to BC to reply every time, then you should check to see if you have the "Customer Service Ticketing" feature on your hosting plan.  This is a feature where you create a dedicated email account (like [email protected]) and the BC system will automatically login to that email account and pull any emails in that inbox and convert them to a customer case for the sender of the email and then it will send out a notification via email to any of the BC Admin users you delegate as "Customer Service Agents".  Since the CST integrates with the BC CRM it lets you reply directly within the email-- but when you reply it will be going to that same email address dedicated to the CST but once the CST service checks your email again and sees that you replied to this inquiry it will log your reply against the customer's case and sends your reply via email back to them so that all the correspondance gets logged on BC's CRM but you can still reply via email.
    There's no way to use the default web forms to update the "From" or "Reply-To" address.. it must come from an approved email address to avoid spam issues.  On most web services you cannot change the "from" address anyway but usually you can at least specify the "Reply-To" address so that when someone hits "reply" in their email client it will reply to whoever you setup as the "Reply-To" address.
    Here's some more information about CST: http://kb.worldsecuresystems.com/kb/customer-service-ticketing.html?bc-partner
    I don't think the CST feature is in the webMarketing BC plan-- I think it's only in the webCommerce plan so if you have less than an webCommerce plan you have to tell your client to reply through BC by clicking the link in the notification they get.  You can justify it by saying its one or two more steps but it keeps the entire convo on record in their CRM for easy referral later.

Maybe you are looking for