SMF For Free Support Forum
Signup For Free Forum
July 30, 2010, 05:58:28 pm
Welcome,
Guest
. Please
login
or
register
.
Did you miss your
activation email?
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length
News
: Welcome to SMF For Free. The best free SMF Host
Home
Help
Search
Arcade
Gallery
Login
Register
SMF For Free Support Forum
>
SMF For Free Support
>
SMF For Free Codes and Support
>
Code Requests
(Moderator:
Agent Moose
) >
(REQUEST)PM form
Pages: [
1
]
« previous
next »
Print
Author
Topic: (REQUEST)PM form (Read 333 times)
0 Members and 1 Guest are viewing this topic.
NYNick
SMF For Free Member
Offline
Posts: 62
(REQUEST)PM form
«
on:
June 29, 2009, 12:54:18 am »
We all have seen the contact forms that send emails when submitted. I was just curious as to whether or not there can be a way to make a form that sends a PM to a specific user when submitted.
Here is an example email form:
(example is JayB's email form code located here:
http://www.smfsupport.com/support/smf_for_free_codes_and_support/code_email_form_on_your_forum-t27477.0.html
])
Code:
<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>
Logged
simply sibyl
Global Moderator
Offline
Posts: 13697
Re: (REQUEST)PM form
«
Reply #1 on:
June 29, 2009, 01:28:29 am »
Where are you planning on putting it?
You could put this in a portal block - it would put a Send Pm link that when clicked on would open up the normal Send Message box. Change "Send PM" to whatever you wish the link to say.
Code:
<a href="/index.php?action=pm;sa=send">Send PM</a>
Logged
Please Read ----->
Tips for Using Support
Support FAQ
|
Guides & Tutorials
Pages: [
1
]
Print
« previous
next »
Jump to:
Please select a destination:
-----------------------------
SMF For Free Site
-----------------------------
=> Announcements
=> General Discussion
=> Suggestions
-----------------------------
SMF For Free Support
-----------------------------
=> General Support
=> Guides and Tutorials
=> Stylesheet Codes
=> Stylesheet Requests and Support
=> SMF For Free Codes and Support
===> Code Requests
=> Bugs
=> Report Terms of Service Violations
-----------------------------
General Stuff
-----------------------------
=> General Chat
=> Advertise Your Board/Blog
=> Programming
===> HTML
===> JavaScript
===> C,C++
===> Java
===> .Net
===> PHP
===> Visual Basic
=> Gaming
===> PC Games
===> Nintendo
===> Playstation
===> Xbox / Xbox 360
=> Graphics
===> Living Avatars
Loading...