JavaScript 'contact us' form

This is a discussion on "JavaScript 'contact us' form" within the JavaScript Forum section. This forum, and the thread "JavaScript 'contact us' form are both part of the Program Your Website category.



Go Back   Webforumz.com > Main Forums > Program Your Website > JavaScript Forum

Notices


Reply
 
LinkBack (3) Thread Tools
  3 links from elsewhere to this Post. Click to view. #1 (permalink)  
Old Dec 24th, 2005, 17:16
New Member
Join Date: Dec 2005
Age: 26
Posts: 7
Thanks: 0
Thanked 0 Times in 0 Posts
JavaScript 'contact us' form

Yes, I know its cheating, but does anybody have some source code handy for a form suitable on a 'Contact Us' page. Nothing too flashy required....

Or maybe a link to a tutorial that would cover my requirements?

Cheers
Reply With Quote

  #2 (permalink)  
Old Jan 9th, 2006, 16:32
Junior Member
Join Date: Jan 2006
Location: Leeuwarden, NL
Posts: 25
Thanks: 0
Thanked 0 Times in 0 Posts
Exclamation Re: JavaScript 'contact us' form

Here's a code that might help:

HTML: Select all
<html>
<head>

<title></title>

</head>

<body>
 <center>
                <tr>
                  <td><form method="post"action="#?">
                    <input type="hidden" name="require" value="email">
                    <input type="hidden" name="recipient" value="user@provider.com">
                    <input type="hidden" name="sort" value="alphabetic">
                    <input type="hidden" name="env_report" value="REMOTE_HOST,HTTP_USER_AGENT">
                    <table width="100%"  border="0" cellspacing="0" cellpadding="0">
                    <tr>
                      <td width="15">&nbsp;</td>
                      <td><table width="98%"  border="0" cellspacing="0" cellpadding="0">
                        <tr>
                          <td><table width="100%"  border="0" cellspacing="0" cellpadding="0">
                            <tr>
                              <td height="25">&nbsp;</td>
                              <td>&nbsp;</td>
                              <td>&nbsp;</td>
                            </tr>
                            <tr>
                              <td height="25" class="txt_content_bold">Reason for Contact<br></td>
                              <td width="15"> <div align="center">: </div></td>
                              <td><select name="multi_field[]" size="3" multiple class="select01">
                                  <option value="Problem">Problems</option>
                                  <option value="Something">Something</option>
                                  <option value="Help me">Help me</option>
                                  <option value="Also Something">Also Something</option>
                                </select></td>
                            </tr>
                            <tr>
                              <td height="25" class="txt_content_bold">Message Subject </td>
                              <td><div align="center">:</div></td>
                              <td><input name="subject" type="text" class="input02"></td>
                            </tr>
                            <tr>
                              <td height="25" class="txt_content_bold">Your Email </td>
                              <td><div align="center">:</div></td>
                              <td><input name="email" type="text" class="input02"></td>
                            </tr>
                            <tr>
                              <td height="25" valign="top" class="txt_content_bold">Please enter your message</td>
                              <td valign="top"><div align="center">:</div></td>
                              <td><textarea name="message" rows="8" class="input02"></textarea></td>
                            </tr>
                            <tr>
                              <td height="50" valign="top">&nbsp;</td>
                              <td valign="top">&nbsp;</td>
                              <td><table width="100%"  border="0" cellspacing="0" cellpadding="0">
                                <tr>
                                //submit.gif: Place a button to send this to you  
				<td width="142"><input type="image" src="Submit.gif"></td>
                                  <td><input type="image" src="Reset Message.gif" onclick="this.form.reset(); return false"></td>
                                </tr>
                              </table>

</center>
</body>
</html>
Reply With Quote
Reply

Tags
javascript, contact, form

Thread Tools

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

LinkBacks (?)
LinkBack to this Thread: http://www.webforumz.com/javascript-forum/4552-javascript-contact-us-form.htm
Posted By For Type Date
Need A Contact Form This thread Refback May 5th, 2008 15:44
Need A Contact Form This thread Refback Nov 11th, 2007 19:40
Need A Contact Form This thread Refback Aug 31st, 2007 18:51

Similar Threads
Thread Thread Starter Forum Replies Last Post
[SOLVED] PHP contact form redirect to same form Posie PHP Forum 14 Jan 29th, 2008 20:28
help with asp contact form? Ella Classic ASP 4 Jan 2nd, 2008 00:45
what is the best contact form Phixon Web Page Design 10 May 15th, 2007 18:47
Contact us form help! NurseJenny PHP Forum 10 Jun 23rd, 2006 13:27
Need Quote Form and Contact Form Av8er Flash & Multimedia Forum 5 Oct 30th, 2003 17:14


All times are GMT. The time now is 19:25.


Powered by vBulletin®
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0 RC8
© 2003-2008 Webforumz.com : All Rights Reserved

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43