The Web Design Group

... Making the Web accessible to all.

Welcome Guest ( Log In | Register )

 
Reply to this topicStart new topic
> Contact Form Submit Troubleshooting, technical programming issue
lyle
post Mar 3 2011, 03:03 PM
Post #1





Group: Members
Posts: 1
Joined: 3-March 11
Member No.: 14,039



This is a form i found online, but I can't figure out where to put my email address as the input for the submit button. could someone please help.
this is the website it is on http://myhappyhourhunter.com/update-us.aspx- Thanks


<form name="contactform" method="post" action="send_form_email.php">
<table align="left"width="400px">
</tr>
<tr>
<td valign="top">
<label for="first_name" style="color:#999999; padding-left:25px;">First Name *</label>
</td>
<td valign="top">
<input type="text" name="first_name" "maxlength="50" size="30">
</td>
</tr>

<tr>
<td valign="top"">
<label for="last_name" style="color:#999999; padding-left:25px;">Last Name </label>
</td>
<td valign="top">
<input type="text" name="last_name" maxlength="50" size="30">
</td>
</tr>
<tr>
<td valign="top">
<label for="email" style="color:#999999; padding-left:25px;">Email Address *</label>
</td>
<td valign="top">
<input type="text" name="email" maxlength="99" size="30">
</td>

</tr>
<tr>
<td valign="top">
<label for="telephone" style="color:#999999; padding-left:25px;">Telephone Number</label>
</td>
<td valign="top">
<input type="text" name="telephone" maxlength="30" size="30">
</td>
</tr>
<tr>
<td valign="top">
<label for="comments" style="color:#999999; padding-left:25px;">Comments *</label>
</td>
<td valign="top">
<textarea name="comments" maxlength="3000" cols="25" rows="6"></textarea>
</td>

</tr>
<tr>
<td colspan="2" style="text-align:center">
<input type="submit" value="Submit"> <a href="newagainpolishing@gmail.com">NewAgainPolishing@Gmail.com</a>
</td>
</tr>
</table>
</form>
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post
Christian J
post Mar 3 2011, 03:08 PM
Post #2


.
********

Group: WDG Moderators
Posts: 9,661
Joined: 10-August 06
Member No.: 7



You need a server-side script (called send_form_email.php in the example) that processes the form data. Probably you can enter you email there.

See also http://htmlhelp.com/faq/html/forms.html#mailto-form
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post

Reply to this topicStart new topic
1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members:

 



- Lo-Fi Version Time is now: 28th April 2024 - 01:52 AM