DevHunters.com l Webmaster Forum - Web Advertising - Web Design - SEO Forums  

Go Back   DevHunters.com l Webmaster Forum - Web Advertising - Web Design - SEO Forums > Webmaster / Coding / Web Design Discussion > HTML / XHTML / CSS

HTML / XHTML / CSS Discuss HTML, XHTML and CSS coding in this forum.

Have A Look At Some Of Our Webmaster Related Sponsors!


Social Groups


Script Directory


Shopping Cart


Free Templates

3D Guide-Characters
3D Guide-characters

social bookmarking network
Social Bookmarking

Reply
 
LinkBack Thread Tools Display Modes
Old 05-01-2008, 12:36 AM   #1 (permalink)
New Hunter
 

Join Date: Apr 2008
Posts: 7
iTrader: 0 / 0%
Hunter Bux: 0
chetan is on a distinguished road
Default Dreamweaver, submit form

Hello.

I'm still creating my site and was hoping you guys might be able to help out. I don't know TOO much about coding - which is why I like the interface design of Dreamweaver.

That being said, I am trying to get a form (very simple form) to submit to my personal email address. Currently, the action of the form is set to my address, but all that does is open the viewer's email program and sends me an email - defeating the purpose of the form!

The thing I am trying to accomplish with my limited knowledge, is getting the ANSWERS to the form sent to my email account.

I haven't even gotten to the "Your form has been successfully submitted" part yet - that's going to be a whole new headache.

I hope I haven't been too confusing. Thanks in advance for the help.

web design
chetan is offline   Reply With Quote
Old 05-01-2008, 12:55 AM   #2 (permalink)
The Dev Hunter
 
Hunter1's Avatar
 

Join Date: Mar 2007
Location: Indiana USA
Posts: 1,736
iTrader: 7 / 100%
Hunter Bux: 16,444.33
Blog Entries: 3
Hunter1 has much to be proud ofHunter1 has much to be proud ofHunter1 has much to be proud ofHunter1 has much to be proud ofHunter1 has much to be proud ofHunter1 has much to be proud ofHunter1 has much to be proud ofHunter1 has much to be proud of
Default

Step 1.

Decide where you want to have your form placed. This can be on an html page already on your web site, or you may wish to create a brand new page to display this form. Then decide what information you want to ask on your form. You can use this form as a way for people to simply email you from your web site and/or to answer specific questions, place orders, make inquiries, etc., etc ... the possibilities are endless... You decide.

Step 2.


Copy and Paste the following two lines of code to your page exactly as they appear here to begin your Form
  • <FORM ACTION="/cgi-sys/mailform" METHOD="POST"> <INPUT TYPE=hidden name="recipient" value="DesiredUser@example.tld">
Backspace over the text between the quotes where it says DesiredUser@example.tld and replace this text with the email address you would like to receive the FormMail responses at. (e.g. your email address). The form should only send to ONE email address and that email address should be e.g. You@YOURdomain.com</B>


Step 3.

Think about what you want to ask for and use any of the fields described in further detail below to set up your form.

Step 4.


Copy and paste the following three lines of code at the end of your form. These lines are what put the buttons on your page and close your form. You may change the 'VALUE' to anything you would like it to say on your buttons. The Submit Button is what sends the form. The Reset Button will clear the viewers input for them and allow them to start over. (You do not need to include the 'reset' button; it's considered common courtesy to do so though.)
  • <INPUT TYPE="submit" VALUE="Send" >
    <INPUT TYPE="reset" VALUE="Restart">
    </FORM>
All that's left to do is upload your new page to your web site and let your viewers know it's there by remembering to provide links to your new form!

I hope this helps!!
Hunter1 is offline   Reply With Quote
Old 05-01-2008, 06:21 AM   #3 (permalink)
Senior Moderator
 
SpOrTsDuDe.Reese's Avatar
Default

It won't let me have the mail function in here. I sent him a PM with the correct code to use.
__________________
+-(X)HTML, CSS, JavaScript, SEO, PHP, Flash-+
Code:
<style type="text/css"> u { text-decoration: none; } </style>
SpOrTsDuDe.Reese is online now   Reply With Quote
Old 05-10-2008, 05:40 AM   #4 (permalink)
Field Master
 
sb225's Avatar
 

Join Date: Jun 2007
Posts: 762
iTrader: 2 / 100%
Hunter Bux: 984.00
sb225 has a spectacular aura aboutsb225 has a spectacular aura about
Default

if you dont know submit form then how could you develop other websites sorry for asking
sb225 is offline   Reply With Quote
Old 05-10-2008, 04:30 PM   #5 (permalink)
Senior Moderator
 
SpOrTsDuDe.Reese's Avatar
Default

You are correct. Though he might just be having a problem in dreamweaver. Not all websites use forms. I PM'd him with the mail function code. Wouldn't let me post it on here.
__________________
+-(X)HTML, CSS, JavaScript, SEO, PHP, Flash-+
Code:
<style type="text/css"> u { text-decoration: none; } </style>
SpOrTsDuDe.Reese is online now   Reply With Quote
Old 05-11-2008, 01:32 AM   #6 (permalink)
Field Master
 
sb225's Avatar
 

Join Date: Jun 2007
Posts: 762
iTrader: 2 / 100%
Hunter Bux: 984.00
sb225 has a spectacular aura aboutsb225 has a spectacular aura about
Default

ok if you private messaged then its good did he replied to you still now ? and why he posted a link in the first post ?
sb225 is offline   Reply With Quote
Old 05-11-2008, 02:07 AM   #7 (permalink)
Senior Moderator
 
SpOrTsDuDe.Reese's Avatar
Default

He said all was good I think. The code I gave him worked. I use myself. I have no idea why he posted the link. Hunter, there are several PHP functions which don't work on this board. 1 for example is the mail(); function.
__________________
+-(X)HTML, CSS, JavaScript, SEO, PHP, Flash-+
Code:
<style type="text/css"> u { text-decoration: none; } </style>
SpOrTsDuDe.Reese is online now   Reply With Quote
Reply

Bookmarks

Thread Tools
Display Modes

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 -5. The time now is 06:11 PM.


Powered by vBulletin® Version 3.7.0
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.1.0
vBCredits v1.4 Copyright ©2007, PixelFX Studios