iEntry 10th Anniversary Vista Support About Us

The Win Forums: E-Mail form HTML Code - The Win Forums

Jump to content

Please add a prefix!

When posting, please add a prefix to your topic titles, such as [HTML], [CSS], [PHP], [MySQL], etc. If it doesn't fit into a specific area, or covers multiple areas, use [Misc]. Thanks!
Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

E-Mail form HTML Code Without the pop-up Rate Topic: -----

#1 User is offline   mondo Icon

  • Gamer:Programmer:Addicted to Computers
  • Icon
  • Group: Member
  • Posts: 55
  • Joined: 19-May 08
  • Gender:Male
  • Location:PA
  • Interests:Computers
    Drums
    ...
    Thats it :)
  • Windows 7

Posted 15 September 2009 - 05:16 PM

Hi, I'm working on my website which is mattondo.com. I am working on setting up a little subscription option on the site so that I can e-mail my subscribers. Basically I am looking for a form that they put their first name, e-mail and a comment (if they want) Then they click subscribe and it sends an e-mail to me (s_mrondo@clarion.edu). As of now the closest thing I can find to this is
<form action="MAILTO:s_mrondo@clarion.edu" method="post" enctype="text/plain">
Name:<br>
<input type="text" name="name"
value="yourname" size="20">
<br>
Mail:<br>
<input type="text" name="mail"
value="yourmail" size="20">
<br>
Comment:<br>
<input type="text" name="comment"
value="yourcomment" size="40">
<br><br>
<input type="submit" value="Send">
<input type="reset" value="Reset">

</form>


But I am looking for a code that does not open up Outlook (or whatever e-mail software people use) and instead just send the e-mail directly from the website. If I need another e-mail for this to be set as the sending e-mail then I could use m-ondo@comcast.net, or even the s_mrondo@clarion.edu if this is possible.

Let me know your thoughts and if this is even possible! Thank you so much!!!!
0

#2 User is online   c0lin Icon

  • (age/2)+7=?
  • Icon
  • Group: Super Moderator
  • Posts: 6,429
  • Joined: 25-November 06
  • Gender:Male
  • Location:Edmonton, Alberta
  • Linux

Posted 30 October 2009 - 07:10 PM

You require a PHP mailer script, such as this: http://www.onetforum.com/formmailer/ If your host doesn't support PHP then you're out of luck.
0

#3 User is offline   Siddhu - Fun PC Life Icon

  • Admin of Fun PC Life
  • Icon
  • Group: Member
  • Posts: 79
  • Joined: 23-January 10
  • Gender:Male
  • Location:India
  • Interests:Blogging
  • Windows 7

Posted 11 February 2010 - 04:03 PM

I think this is what you might like:

http://kontactr.com/

I always use that. You can set up a form with it, though the subscription option am not sure about. This Kontactr form is for only contacting the author.

And as c0lin said, if your site supports PHP you can use the script you mentioned.
0

Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

1 User(s) are reading this topic
0 members, 1 guests, 0 anonymous users