Advertise Here

Author Topic: [Code] Email Form on your forum  (Read 7481 times)

0 Members and 1 Guest are viewing this topic.

Offline JayB

  • SMF For Free Member
  • *
  • Posts: 60
  • Please do not PM for support
    • View Profile

  • Total Badges: 10
    Badges: (View All)
    Topic Starter Combination Level 2 Level 1 50 Posts
[Code] Email Form on your forum
« on: June 23, 2009, 06:56:02 am »
This is just a simple email form that you can put anywhere on your forum that will allow your users to fill out a form and EMAIL you not PM

Preview:
http://emailform.smfforfree.com

Add this anywhere in your forum

Code: [Select]
<html>
<body>
<form action="MAILTO:YOUREMAIL@YOURMAIL.COM" method="post" enctype="text/plain">

<h3>This form send an E-mail to ME</h3>
Your Name:<br>
   <input type="text" name="name"
 value="your full name" size="30">
<br>
 E-Mail:<br>
<input type="text" name="mail"
value="your e-mail account" size="30">
<br>
Your Message:<br>
 <input type="text" name="comment"
value="yourmessage" size="40">
 <br><br>
<input type="submit" value="Send E-Mail">
 <input type="reset" value="Retry">

</form>
</body>
</html>

Edit:
Code: [Select]
YOUREMAIL@YOURMAIL.COM to your email address
        
Code: [Select]
This form sends an E-mail to ME to what ever you want

« Last Edit: June 24, 2009, 12:27:35 pm by JayB »

Offline мσנσвσנσ82

  • SMF For Free Sr. Member
  • *
  • Posts: 310
    • View Profile
    • Darkilscape

  • Total Badges: 14
    Badges: (View All)
    Topic Starter Combination Level 3 Level 2 Level 1
Re: [Code] Email Form on your forum
« Reply #1 on: June 24, 2009, 01:15:49 am »
Thx for it.
But before I add it.
Can you give me a preview?



Offline JayB

  • SMF For Free Member
  • *
  • Posts: 60
  • Please do not PM for support
    • View Profile

  • Total Badges: 10
    Badges: (View All)
    Topic Starter Combination Level 2 Level 1 50 Posts
Re: [Code] Email Form on your forum
« Reply #2 on: June 24, 2009, 12:23:37 pm »
Yeah no problem one min.

EDIT: Preview added
« Last Edit: June 24, 2009, 12:28:37 pm by JayB »

Offline Seldom Fail

  • Helpers
  • *
  • Posts: 2082
  • Helping for 3 years! :)
    • View Profile
    • My Site!

  • Total Badges: 26
    Badges: (View All)
    Sixth year Anniversary Fifth year Anniversary Apple User Search Poll Voter
Re: [Code] Email Form on your forum
« Reply #3 on: June 24, 2009, 02:34:09 pm »
Looks nice. If you can I would make the text area for the "Your Message" a little larger :P
<--- Donate to SMF For Free! :D

Offline clairebear

  • SMF For Free Master
  • *
  • Posts: 1019
    • View Profile

  • Total Badges: 23
    Badges: (View All)
    Fifth year Anniversary Search Level 5 1000 Posts Poll Voter
Re: [Code] Email Form on your forum
« Reply #4 on: June 28, 2009, 10:27:00 am »
im abbit confused as to where this go
do i tyoe it out as a topic ?
or a description on a board?
or do it go in header /footers?
www.teardrop.mysmf.com

A support forum for support in loss from early miscarriage to five years.

Offline Seldom Fail

  • Helpers
  • *
  • Posts: 2082
  • Helping for 3 years! :)
    • View Profile
    • My Site!

  • Total Badges: 26
    Badges: (View All)
    Sixth year Anniversary Fifth year Anniversary Apple User Search Poll Voter
Re: [Code] Email Form on your forum
« Reply #5 on: June 28, 2009, 11:55:09 am »
It can go in any of those places.

If you put it in a topic you'll need to use html BBC:
Code: [Select]
[html]CODE HERE[/html]
This can also go in an EzPortal block (For more on how to do this see this guide: EZPortal Guide)

or it can go in a webpage. For more on how to do this see this guide: Webpage Editor
       
       
<--- Donate to SMF For Free! :D

Offline clairebear

  • SMF For Free Master
  • *
  • Posts: 1019
    • View Profile

  • Total Badges: 23
    Badges: (View All)
    Fifth year Anniversary Search Level 5 1000 Posts Poll Voter
Re: [Code] Email Form on your forum
« Reply #6 on: June 29, 2009, 07:01:06 pm »
i tried that but it did not work lol look..

[html<html>
<body>
<form action="sendtdan@XXXXX" method="post" enctype="text/plain">

<h3>This form send an E-mail to ME</h3>
Your Name:<br>
   <input type="text" name="name"
 value="your full name" size="30">
<br>
 E-Mail:<br>
<input type="text" name="mail"
value="your e-mail account" size="30">
<br>
Your Message:<br>
 <input type="text" name="comment"
value="yourmessage" size="40">
 <br><br>
<input type="submit" value="Send E-Mail">
 <input type="reset" value="Retry">

</form>
</body>
</html>][/html]
www.teardrop.mysmf.com

A support forum for support in loss from early miscarriage to five years.

Offline Seldom Fail

  • Helpers
  • *
  • Posts: 2082
  • Helping for 3 years! :)
    • View Profile
    • My Site!

  • Total Badges: 26
    Badges: (View All)
    Sixth year Anniversary Fifth year Anniversary Apple User Search Poll Voter
Re: [Code] Email Form on your forum
« Reply #7 on: June 29, 2009, 07:16:22 pm »
Try this:
Code: [Select]
[html]<form action="sendtdan@XXXXX" method="post" enctype="text/plain">

<h3>This form send an E-mail to ME</h3>
Your Name:<br>
   <input type="text" name="name"
 value="your full name" size="30">
<br>
 E-Mail:<br>
<input type="text" name="mail"
value="your e-mail account" size="30">
<br>
Your Message:<br>
 <input type="text" name="comment"
value="yourmessage" size="40">
 <br><br>
<input type="submit" value="Send E-Mail">
 <input type="reset" value="Retry">

</form>[/html]
<--- Donate to SMF For Free! :D

Offline paranormal

  • SMF For Free Sr. Member
  • *
  • Posts: 320
    • View Profile
    • http://paranormal.createaforum.com

  • Total Badges: 13
    Badges: (View All)
    Topic Starter Combination Level 3 Level 2 Level 1
Re: [Code] Email Form on your forum
« Reply #8 on: June 30, 2009, 04:34:00 pm »
why is this email thing better that pm ?
come to the dark side :)
i will do link swap
http://paranormal.createaforum.com
join and put your link up onmy forum

Offline Seldom Fail

  • Helpers
  • *
  • Posts: 2082
  • Helping for 3 years! :)
    • View Profile
    • My Site!

  • Total Badges: 26
    Badges: (View All)
    Sixth year Anniversary Fifth year Anniversary Apple User Search Poll Voter
Re: [Code] Email Form on your forum
« Reply #9 on: June 30, 2009, 05:00:44 pm »
I don't get what you're asking...
<--- Donate to SMF For Free! :D

Offline paranormal

  • SMF For Free Sr. Member
  • *
  • Posts: 320
    • View Profile
    • http://paranormal.createaforum.com

  • Total Badges: 13
    Badges: (View All)
    Topic Starter Combination Level 3 Level 2 Level 1
Re: [Code] Email Form on your forum
« Reply #10 on: July 01, 2009, 02:18:26 am »
why is email bettrer than pm on the site :)
come to the dark side :)
i will do link swap
http://paranormal.createaforum.com
join and put your link up onmy forum

Offline Seldom Fail

  • Helpers
  • *
  • Posts: 2082
  • Helping for 3 years! :)
    • View Profile
    • My Site!

  • Total Badges: 26
    Badges: (View All)
    Sixth year Anniversary Fifth year Anniversary Apple User Search Poll Voter
Re: [Code] Email Form on your forum
« Reply #11 on: July 01, 2009, 06:28:48 am »
I don't know... Some people prefer to be emailed I guess.
<--- Donate to SMF For Free! :D

Offline JayB

  • SMF For Free Member
  • *
  • Posts: 60
  • Please do not PM for support
    • View Profile

  • Total Badges: 10
    Badges: (View All)
    Topic Starter Combination Level 2 Level 1 50 Posts
Re: [Code] Email Form on your forum
« Reply #12 on: July 01, 2009, 01:25:55 pm »
It's just another option of contacting someone it's not better than the pm.

 

Related Topics

  Subject / Started by Replies Last post
2 Replies
2639 Views
Last post June 09, 2008, 08:25:12 pm
by loogiesquared
3 Replies
1537 Views
Last post May 06, 2008, 08:06:24 am
by simply sibyl
12 Replies
7453 Views
Last post December 27, 2010, 11:44:12 am
by bird
0 Replies
1250 Views
Last post August 12, 2010, 04:43:46 pm
by Winter
4 Replies
3975 Views
Last post October 12, 2012, 09:10:20 am
by bird