I have created a contact form using dreamweaver cc...how do i get it to send to my email?

how do i get the contact form to send to my email?
here is my code in html:
<section id="content">
  <div class="main">
  <div class="container_12">
  <div class="wrapper">
  <article class="grid_8">
  <div class="indent-left">
  <h3 class="p0">Contact Form</h3>
  <form id="contact-form" method="post" enctype="multipart/form-data">
  <fieldset>
   <label><span class="text-form">Your Name:</span><input type="text"></label>
   <label><span class="text-form">Your Email:</span><input type="text"></label>
   <div class="wrapper">
  <div class="text-form">Your Message:</div>
  <div class="extra-wrap">
  <textarea></textarea>
  <div class="clear"></div>
  <div class="buttons">
  <a class="button" href="#" onClick="document.getElementById('contact-form').reset()">Clear</a>
  <a class="button" href="#" onClick="document.getElementById('contact-form').submit()">Send</a>
  </div>
  </div>
   </div>
  </fieldset>
  </form>
  </div>
  </article>
my CSS code:
#contact-form {
  display:block;
  width:100%;
  #contact-form label {
  display:block;
  height:35px;
  overflow:hidden;
  #contact-form input {
  float:left;
  width:443px;
  font-size:12px;
  line-height:1.25em;
  color:#808080;
  padding:7px 9px;
  margin:0;
  font-family:Arial, Helvetica, sans-serif;
  border:1px solid #dcdcdc;
  background:#fff;
  outline:none;
  #contact-form textarea {
  float:left;
  height:183px;
  width:443px;
  font-size:12px;
  line-height:1.25em;
  color:#808080;
  padding:7px 9px;
  margin:0;
  font-family:Arial, Helvetica, sans-serif;
  border:1px solid #dcdcdc;
  background:#fff;
  overflow:auto;
  outline:none;
.text-form {
  float:left;
  display:block;
  font-size:13px;
  line-height:18px;
  width:96px;
  color:#808080;
  font-family:Arial, Helvetica, sans-serif;
.buttons {padding:8px 30px 0 0; text-align:right;}
.buttons a {margin-left:6px;}
aside {
  width:100%;
  padding:40px 0 30px;
  background:#fff;
.title-2 {
  display:block;
  padding-left:20px;
  font-size:21px;
  line-height:43px;
  color:#fff;
  background:#1c1b18;
  margin-bottom:16px;

<form action="path-to-script-on-server/form-to-email-script.php">
If your host doesn't provide scripts, ask them which server-side languages you can use (php, asp, asp.net, perl, coldfusion, etc...).  This will narrow your search for form-to-email processing scripts.
Also, your form SUBMIT button is not properly coded.  It should look something like this.
<input type="submit" name="send" id="send" value="Submit">
RESET buttons aren't used much anymore because they lead to more form submission failures than successes.  You don't need it.
Please review HTML5 Forms:
Understanding HTML5 intelligent forms – Part 1: New input elements | Adobe Developer Connection
HTML5 forms workflow | Learn Dreamweaver CC | Adobe TV
Nancy O.

Similar Messages

  • How Can I Create A Contact Form In Dreamweaver Using ASP

    I tried to create a contact form using php, but that failed epically. The server doesn't support php, and there isn't anything I can do about that. My only option now is to create it using ASP but I can't find a good tutorial on how to do so. Please help me!

    Ask your host if they have a form-to-email script you can use.  Many commercial hosts have scripts on their servers which you can activate through your C- or Admin-panel.
    Failing that, there are some commercial products you can use.
    Forms to Go ~
    http://www.bebosoft.com/products/formstogo/overview
    Nancy O.
    Alt-Web Design & Publishing
    Web | Graphics | Print | Media  Specialists 
    http://alt-web.com/
    http://twitter.com/altweb

  • I created a contact form in dreamweaver but it doesn't work

    <form id="form1" name="form1" method="post" action="mailto:myemailaddress">
      <table width="518" border="0">
        <tr>
          <td width="88"><div align="left">name</div></td>
          <td width="216"><input name="textfield" type="text" id="textfield" size="30" /></td>
          <td width="200"><label for="textfield"></label>
            <div align="left"></td>
        </tr>
        <tr>
          <td><div align="left">email</div></td>
          <td><input name="textfield2" type="text" id="textfield2" size="30" /></td>
          <td><p align="right">
            <label for="textfield2"></label>
            </td>
        </tr>
        <tr>
          <td height="30"><div align="left">subject</div></td>
          <td><input name="textfield3" type="text" id="textfield3" size="30" /></td>
          <td><label for="textfield3"></label>
            </td>
        </tr>
        <tr>
          <td height="59"><div align="left">comments</div></td>
          <td><textarea name="textarea" id="textarea" cols="30" rows="5"></textarea>
            <div align="left"></div></td>
          <td><div align="right"></div></td>
        </tr>
    </table>
      <p>
        <input type="submit" value="send" />
        <input type="reset" name="Reset" id="button" value="clear" />
      </p>
    </form>

    Using email addresses in forms is a) not very reliable, b) a good way to get spammed.
    You need a form-to-email processing script. Preferably one which conceals your e-mail address from harvesters and has built-in spam prevention.
    Contact your web host and ask them if they have one you can use.  Often hosts load scripts on their servers which you can activate through your Admin Panel or by referencing the script in your form's action attribute.
         <form action="path-to-script-on-server/form-to-email-script.php">
    If your host doesn't provide scripts, ask them which server-side languages you can use (php, asp, asp.net, perl, coldfusion, etc...).
    Related Links:
        Formm@ailer PHP from DB Masters
        http://dbmasters.net/index.php?id=4
        FormToEmail.com (free & pro versions available)
        http://formtoemail.com/formtoemail_pro_version.php    
        Tectite
        http://www.tectite.com/formmailpage.php
        Forms to Go from Bebosoft (script generating software)
        http://www.bebosoft.com/products/formstogo/overview/
        Wufoo.com (on-line form service)
        http://wufoo.com/
    Nancy O.
    Alt-Web Design & Publishing
    Web | Graphics | Print | Media  Specialists 
    http://alt-web.com/

  • I have developed a fillable form using Adobe Acrobat Pro. The form has several fields and some of the information is captured in a bar code. What programs must be used to open the form to properly fill the form out?  Adobe Reader, Adobe Xi, Ibook, etc.. I

    I have created a fillable form using Adobe Acrobat Pro that contains several data fields with some feeding data to a barcode in the document.  I have a "button" set up to save and send the completed form one it is completed.  Some of the user are having troubles filling out the form as they are using various programs to do such as iBook, Adobe Reader, etc....  Sometimes the information is not transferred to the barcode and sometimes the "submittal button" doesn't function properly.
    Please provide a solution or give me a list of the programs that must be used to properly open and fill out the form.
    Greatly appreciated.

    Best option is to use Adobe Reader (or Acrobat, of course) on a desktop computer (ie, not on a mobile device). Any other configuration is likely to be problematic.

  • How to create a contact form in Muse?

    I have created the contact form in Muse...from going to Widgets>Detailed Contact...how do I set the "Submit" button to send to a current email address? When the site is live the button isn't clickable. Does anyone have a step to step process on how to make this contact form work?

    Hi,
    May I please have the URL of the site and any specific pages you'd like me to take a look at? Let me check before suggesting anything.

  • I have not been able to verify my iCloud account as the verification has been sent to a previous email address no longer in use! How do I get iCloud to send verification email to my present email address?

    I have not been able to verify my iCloud account as the verification has been sent to a previous now defunct email address!  How do I get iCloud to send the verification email to my present email address?

    If the old ID is yours, and if your current ID was created by editing the details of this old ID (rather than being an entirely new ID), go to https://appleid.apple.com, click Manage my Apple ID and sign in with your current iCloud ID.  Click edit next to the primary email account, change it back to your old email address and save the change.  Then edit the name of the account to change it back to your old email address.  You can now use your current password to turn off Find My iDevice, even though it prompts you for the password for your old account ID. Then save any photo stream photos that you wish to keep to your camera roll.  When finished go to Settings>iCloud, tap Delete Account and choose Delete from My iDevice when prompted (your iCloud data will still be in iCloud).  Next, go back to https://appleid.apple.com and change your primary email address and iCloud ID name back to the way it was.  Now you can go to Settings>iCloud and sign in with your current iCloud ID and password.

  • Creating a modern Contact Form in Dreamweaver or use an addon

    Hi
    I am looking for an easy way to create a modern contact form in Dreamweaver using and addon also will be fine
    Any ideas?
    I wan to create fields:
    Email:
    Drop down: with 3 options
    Simple text box
    Notes:
    Submit button
    Thanks

    Making HTML5 Forms in DW CC (video)
    http://tv.adobe.com/watch/learn-dreamweaver-cc/html5-forms-workflow/
    Making the HTML form is easy but the form processing script which collects data & sends it to your email is not quite so simple.   Start with your web host.  Ask them if they have form-to-email processing scripts you can use.  If they don't, find out which scripts your hosting plan supports (php, asp, asp.net, perl, coldfusion, etc...)
    Nancy O.

  • Why can't I create Fillable PDF Forms using Adobe Acrobat X Pro and upload to Dreamweaver?

    I can create fillable PDF Forms using Adobe Acrobat X Pro. I can email them to someone using Adobe Reader (free) and they can fill them, save and email to me. But when I upload the form to Dreamweaver CS5, the form is not fillable. And yes, I saved it as a Reader Extended PDF-Enable Additional Features.

    I see no reason for this form to fail in Reader. Some questions for you.
    1. On the system with Adobe Reader, what is the system and the version of Adobe Reader?
    2. Are you viewing the PDF in a browser on the system with Reader, or in an Adobe Reader window?
    3. If it's a browser
    (a) what is the browser
    (b) if you download the file instead, and open directly in Reader, what happens?

  • How to create a contact form and forward to my email

    I have attempted to createa contact form in dreamweaver, and follow many other tutorial createa contact.php file and test on the form page, but receive no email.  not sure where the problem lies.  can someone help or put me on the right direction. a step by step guide will be greatly appreciated.
    P.S. I'm hosted my website with godaddy.com, using dreamweaver cs5 on windows 7 64bit and IE8.
    thank you all in advance.

    I have attempted to createa contact form in dreamweaver, and follow many other tutorial createa contact.php file and test on the form page, but receive no email.  not sure where the problem lies.  can someone help or put me on the right direction. a step by step guide will be greatly appreciated.
    Might be easier if you paste the code here to show us what you've done so far.

  • How do I create a contact form that will work with Godaddy???

    hello,
    Godaddy hosts my website and i can not get any type of contact form to work! When I publish to my .mac account it works fine, using the HTML snippet, however when I publish the exact same file to the Godaddy server it doesn't even show up. Anyone have any idea how I can resolve this? should i change hosting companies?? godaddy says that it is not there issue...

    One reason why it would not show is if not all your files have been uploaded. How are you uploading?
    If you are using Cyberduck or Transmit, you can actually check that the relevant files have been uploaded to the server. If uploading that page with the form on it, then ensure that you upload both the html page, plus the files folder that goes with it.
    Are you using Windows or Linux hosting? Linux hosting is preferable for iWeb.
    If you use GoDaddy they have facilities for you to use FormMail, so you can upload this directly to your hosting space and then create your own form using html code in an html snippet and then upload. You have more options if you do it this way and you have more control. If you use a third party such as Wufoo, everything is stored on their servers and if their servers go down for any reason you have not workable form.

  • Contact forms in dreamweaver

    I wondering if I could get some guidance on building contact forms in dreamweaver.

    Forms are the easy part.  It's just HTML5 code.
    Making HTML5 Forms in DW CC (video)
    http://tv.adobe.com/watch/learn-dreamweaver-cc/html5-forms-workflow/
    Form processing scripts are a bit more complex.  Start by asking your hosting provider if they have scripts you can use.  If not, find out which server-side programming languages are supporting by your plan -- php, asp.net, perl, cold fusion, etc...  This will narrow your search to the scripts you can use on your server.
    Formm@ailer PHP from DB Masters
    http://dbmasters.net/index.php?id=4
    Tectite
    http://www.tectite.com/formmailpage.php
    Forms to Go from Bebosoft (script generating software)
    http://www.bebosoft.com/products/formstogo/overview/
    Wufoo.com (on-line form service)
    http://wufoo.com/
    Nancy O.

  • I've created a PDF form using Adobe acrobat. I created the forms from a PDF that I made using pages

    I've created a PDF form using Adobe acrobat. I created the forms from a PDF that I made using pages and word on Mac running Mountain lion. How do I allow the user of the form to insert JPEG files when filling out the form and how do I allow the user to add more fields or groups of fields as needed.

    The type of form yo're describing is possible if you create it in LiveCycle Designer. It may also be possible in Acrobat, but there are certain restrictions. The type of form is known as a dynamic XFA form. LiveCycle Designer is not available on the Mac, so you'd have to install the software on a Windows machine and learn how to create this type of form. The LiveCycle Designer forum here is a good resource for getting more help.
    Reader 11 now supports creating new pages using templates with a form that you create in Acrobat (Acroform). This requires some JavaScript programming. It also adds support for using a button to display a page from a PDF, which can be an image or anything else a PDF can be. So the user would click a button, be prompted to import a page from an existing PDF, and the button (or a different button) displays it as its icon. This would require the user to convert the image to PDF first, which is relatively easy these days (e.g., using Preview on the Mac, or Word on Mac/Windows). This too involves a bit of JavaScript programming, but it's very simple and straightforward.

  • How to create a MD form using dynamic page ?

    Rahul and Sharmila,
    You have answered several of my queries earlier and I am thankful for them.
    I have been trying to creating a MD form using dynamic page and I haven't fiqured it out. I need help. You both advised me on creating a simple form using dynamic page. The complexity changes drastically when I have to create a MD form. Has no body ever tried to create a MD form with dynamic page?
    I haven't heard from you anything either. I am stuck with this and I need help urgently. Would you kindly tell me if this is possible and how ? Otherwise, I will stop crying for help on this.
    Thanks for your kind attention.
    Mainak

    Hi,
    I have replied to this in the morning.
    Re: Oracle portal and JSR 168 compliance
    Hope it helps.
    Thanks,
    Sharmila

  • How to create a dynamic newsflash using dreamweaver and PHP

    Hi there,
       I would like to create a dynamic newsflash using dreamweaver and PHP in that the newsflash will be pulling information from a MySQL database. The newsflash should also have a link to view more information about the piece of news a user wants to know more about. Which tools do I need to use in dreamweaver and how's the procedure to go about that. Any advice is highly appreciated. Thanx in advance!

    I think you´ll need at least a MySQL table with the following columns:
    - id (primary key, int, auto_increment etc)
    - news_headline (varchar)
    - news_teaser (text)
    - news_content (text)
    What I´d personally add are columns such as:
    - news_date (date or datetime)
    - news_external_link (varchar), if a "read more..." link is supposed to navigate to an external URL rather than displaying the contens of the "news_contents" column.
    Based on such a MySQL table it should be easy to use Dreamweavers standard Server Behaviors to create the usual datalist.php, insert.php, update.php and delete.php documents, and there are numerous tutorials out there which will teach you how to do that.
    Am I right when assuming that you´ll also need to know how to automatically pull, say, the 5 most recent news records from the database ?

  • Query for create manual tabular form using apex collection add row button functionality

    Hello everyone
    My requirement is i created a tabular form manually using apex collection but if i click on add row button then previously selected data refreshed and added new row in this form it is fine.but i don't want to refreshed previously selected data and click on add row button then add new row .how it is possible? plz help
    Thanks & Regards,
    Ujwala

    Ujwala
    Instead of starting a new thread with the same question as Query for create manual tabular form using apex collection add row button functionality.
    Could you answer the question about what you see while debug the javascript code.
    If you don't understand the question or have trouble debug javascript let us know.
    Nicolette

Maybe you are looking for

  • Runtime error while clicking PGI in VL02n

    After Creating slaes , delivery and transport order and when clicking PGI, i am getting the following error.May I know the possible solution for this.    when a goods movement for an inbound or outbound delivery is posted    directly from VL31N/ VL01

  • JList and JTree

    Hello, I have a list of servers in a JList( is a seperate class) and when i am selecting a server name from the JList i am calling this value in my main class and I am trying to use this selected value from the Jlist to create a new JTree node but th

  • "Missing or offline titles, effects or generators" mystery

    Suddenly, I have that little yellow warning triangle on my event name and when I go to export, I get this "missing or offline titles, effects or generators."  Nothing in the time line or in the bin has a yellow triangle beside it.  Only yellow triang

  • Register For Accenture Oracle Summit 2006 Hyderabad

    The 2006 Accenture Shaping the Future Forum Learning sessions for technology professionals on Oracle applications Saturday, March 18, 2006 9.00 am to 3.30 pm Taj Banjara, Hyderabad In research efforts spanning several years, Accenture has sought to i

  • Error 1604 while trying to update to ISO 5

    I was trying to update my iPhone 4 to the new ISO 5. It did the back up of the phone but while it was updating i recieved the error 1604. I turned off my firewalls, and disabaled my antivirus and tried again. It reconized my phone and said it was in