CSS Email Form Help
Posted: 24 July 2005 12:27 PM   [ Ignore ]
Newbie
Rank
Total Posts:  5
Joined  2005-07-24

Is there any CSS Email form tutorial anywhere? I’m lost as to what to place where and where to link it to so that when someone fills out the form on my site, it goes to my email. If anyone could provide a step-by-step guide that’d would be of great help. I’m looking for the form code for the following:

Name
Email
Website (optional)
Message
Submit

And also the other codes needed to tell the form where to send the form contents to my email. Thanks for future help.

Profile
 
 
Posted: 25 July 2005 04:57 AM   [ Ignore ]   [ # 1 ]
Administrator
Avatar
Rank
Total Posts:  16
Joined  2004-05-22

CSS is only used to style elements on your page, such as form fields. But to actually send a form, you need a server side script like PHP. I suggest looking at: http://php.resourceindex.com/Complete_Scripts/Form_Processing/

Profile
 
 
Posted: 26 July 2005 02:08 AM   [ Ignore ]   [ # 2 ]
Newbie
Rank
Total Posts:  5
Joined  2005-07-24
admin - 25 July 2005 04:57 AM

CSS is only used to style elements on your page, such as form fields. But to actually send a form, you need a server side script like PHP. I suggest looking at: http://php.resourceindex.com/Complete_Scripts/Form_Processing/

I finally got it going. Thanks for the heads-up. Love the site BTW.

Profile
 
 
Posted: 07 December 2010 10:21 PM   [ Ignore ]   [ # 3 ]
Newbie
Rank
Total Posts:  1
Joined  2010-12-07

thx for link

Profile