|
|
|||||||||
|
|||||||||
|
|||||||||
| |
|||
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
I require immediate assistance Please!
This is my first web design project so i need SOME help...
...i am looking to add a contact form for my custom graphics site(nerdlogos.com), which would include text area's such as: Your Name: Your Email: Image Type: Image Size: Theme: Text: Additional Items: ...and have a submit button that submits all the information and sends them to my email. If someone can help me out that'd be great! Regards, NerdLogos Admin |
|
#2
|
||||
|
||||
|
this is basic, it has no check or anything but it does what you want...
Code:
<FORM METHOD="post" ACTION="mailto:youremail@yourdomain.com" ONSUBMIT="return true"> Your Name: <INPUT TYPE="text" NAME="users_name" /><BR /> Your Email: <INPUT TYPE="text" NAME="users_email" /><BR /> Image Type: <INPUT TYPE="text" NAME="image_type" /><BR /> Image Size: <INPUT TYPE="text" NAME="image_size" /><BR /> Theme: <INPUT TYPE="text" NAME="users_theme" /><BR /> Text: <br /><TEXTAREA NAME="users_text" COLS="60" ROWS="20"></TEXTAREA><BR /> Additional Items: <br /><TEXTAREA NAME="users_AdditionalItems" COLS="60" ROWS="20"></TEXTAREA><BR /> <INPUT TYPE="submit" /> </FORM> hope that helped colton22 |
|
#3
|
||||
|
||||
|
A mailto form (as Colton has suggested) is one way.
Another way could be using a server side script. Both have their advantages. Do you know if your web server supports any type of server-side language? PHP? ASP? Java? Perl? Ruby? Python? CGI? The greater question: do *you* know any of these languages? It doesn't do you much good if we give you code and you just use it blindly.
__________________
Daryl's Homepage | My Blogroll | My Profile | Firefox supporter! DevArticles Forum Moderator "The net is a waste of time, and that's exactly what's right about it." -- William Gibson |
![]() |
| Viewing: Dev Articles Community Forums > Web Design > Advanced Web Development > I require immediate assistance Please! |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|
|