Advertise Here

Author Topic: Email form Error  (Read 3957 times)

0 Members and 1 Guest are viewing this topic.

Offline bird

  • SMF For Free Full Member
  • *
  • Posts: 131
    • View Profile

  • Total Badges: 14
    Badges: (View All)
    Fourth year Anniversary 100 Posts Third year Anniversary Level 3 50 Posts
Email form Error
« on: October 09, 2012, 11:26:18 pm »
Forum Url: http://birdnestcomlk.smfforfree3.com
This is my email form But It's not Working pls anybody can help me to fix the error...

Quote
<html><body><form name="contactform" method="post" action="Mymail Address.com"> <table width="450px"> <tbody><tr>  <td valign="top">   <label for="first_name">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">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">Email Address *</label>  </td>  <td valign="top">   <input type="text" name="email" maxlength="80" size="30">  </td> </tr> <tr>  <td valign="top">   <label for="telephone">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">Comments *</label>  </td>  <td valign="top">   <textarea name="comments" maxlength="1000" cols="25" rows="6"></textarea>  </td> </tr> <tr>  <td colspan="2" style="text-align:center">   <input type="submit" value="Submit"></td> </tr> </tbody></table></form></body></html>

Offline Andrew

  • Helpers
  • *
  • Posts: 2060
  • Andrew at your service
    • View Profile
    • Alabama Weather Prediction

  • Total Badges: 32
    Badges: (View All)
    10 Poll Votes Level 6 Eighth year Anniversary Seventh year Anniversary Sixth year Anniversary
Re: Email form Error
« Reply #1 on: October 10, 2012, 05:06:07 pm »
What happens when you try to use it? Are you using it in an HTML ezBlock?

Offline bird

  • SMF For Free Full Member
  • *
  • Posts: 131
    • View Profile

  • Total Badges: 14
    Badges: (View All)
    Fourth year Anniversary 100 Posts Third year Anniversary Level 3 50 Posts
Re: Email form Error
« Reply #2 on: October 11, 2012, 02:45:36 am »
when i sending e mail it's not responding
pls see the link
http://srilankatravel.smfforfree.com/index.php?action=ezportal;sa=page;p=8

Offline Andrew

  • Helpers
  • *
  • Posts: 2060
  • Andrew at your service
    • View Profile
    • Alabama Weather Prediction

  • Total Badges: 32
    Badges: (View All)
    10 Poll Votes Level 6 Eighth year Anniversary Seventh year Anniversary Sixth year Anniversary
Re: Email form Error
« Reply #3 on: October 11, 2012, 11:04:49 am »
What you want to do is use the mailto: action. Here's the code that should work:

Code: [Select]
<form action="mailto:MailAddress@domain.com" method="post">
<table border="0" width="450px">
<tbody>
<tr>
<td valign="top"><label for="first_name">First Name *</label></td>
<td valign="top"><input maxlength="50" name="first_name" size="30" type="text" /></td>
</tr>
<tr>
<td valign="top"><label for="last_name">Last Name *</label></td>
<td valign="top"><input maxlength="50" name="last_name" size="30" type="text" /></td>
</tr>
<tr>
<td valign="top"><label for="email">Email Address *</label></td>
<td valign="top"><input maxlength="80" name="email" size="30" type="text" /></td>
</tr>
<tr>
<td valign="top"><label for="telephone">Telephone Number</label></td>
<td valign="top"><input maxlength="30" name="telephone" size="30" type="text" /></td>
</tr>
<tr>
<td valign="top"><label for="comments">Comments *</label></td>
<td valign="top"><textarea cols="25" rows="6" name="comments"></textarea></td>
</tr>
<tr>
<td style="text-align:center" colspan="2"><input type="submit" value="Submit" /></td>
</tr>
</tbody>
</table>
</form>


Offline bird

  • SMF For Free Full Member
  • *
  • Posts: 131
    • View Profile

  • Total Badges: 14
    Badges: (View All)
    Fourth year Anniversary 100 Posts Third year Anniversary Level 3 50 Posts
Re: Email form Error
« Reply #4 on: October 12, 2012, 09:10:20 am »
i have put my mail address but not working sir
it has error "Whoops! That didn't go well"
« Last Edit: October 12, 2012, 12:11:47 pm by bird »

 

Related Topics

  Subject / Started by Replies Last post
12 Replies
4623 Views
Last post September 10, 2007, 04:58:39 pm
by Kimmie
3 Replies
1525 Views
Last post May 06, 2008, 08:06:24 am
by simply sibyl
12 Replies
7463 Views
Last post July 01, 2009, 01:25:55 pm
by JayB
12 Replies
7404 Views
Last post December 27, 2010, 11:44:12 am
by bird