iNsPiRe
Junior Member
Graphics Specialist
Posts: 72
iNsPiRe said 0 great things
|
Post by iNsPiRe on Mar 9, 2009 11:46:55 GMT -8
GLOBAL HEADERS or FOOTERS/MAIN HEADERS or FOOTERS
PLACES TO EDIT
Put your email address in the "mailto:YOUREMAILADDRESS"
Change the message in the text box >SEND ADMIN A EMAIL<
Not eligble for any problems caused to proboards.
Code is tested and corrected. Works fine.
<form method="post" action="mailto:YOUREMAILADDRESS"> <textarea cols="20" rows="10">SEND ADMIN A EMAIL</textarea>
<input type="submit" value="Submit"> </form>
EDIT
<form method="post" action="http://YOURURL.proboards.com/index.cgi?action=pmsend&to=YOURUSERNAME"> <textarea cols="20" rows="10">SEND ADMIN A MESSAGE (PM)</textarea>
<input type="submit"value="Submit"> </form>
WHERE IT READS
"URL TO YOUR MESSAGE"
THIS IS THE URL IN THE ADDRESS BAR WHEN YOU GO MESSAGE YOUR SELF.
Need help?
PM ME.
All information stays for both codes
Basic concept made by Jokkun
|
|
|
Post by Wormopolis on Mar 9, 2009 22:09:45 GMT -8
textarea needs to have a name="message" attribute added to it in order to transfer what you type to the email/PM.
when doing the email one, it created the email and sent it (I use outlook for email). when I received it, it was an attachment to the email and had everything converted to escape codes.
when I did the PM one, it opened up a regular PM sending screen and I still had to click the post button.
in case you wanted feedback..
|
|
iNsPiRe
Junior Member
Graphics Specialist
Posts: 72
iNsPiRe said 0 great things
|
Post by iNsPiRe on Mar 10, 2009 5:00:18 GMT -8
Wow! It works correctly when I used it. Please erase this post. I know its just bad html, but other then that there is still problems.
Thanks
|
|
|
Post by Wormopolis on Mar 10, 2009 5:11:08 GMT -8
I think it was a good start however!
so without the name tag in the textarea, it still transferred the data for you? It might be browser related. I was using IE7 when I tried it.
When you did the email one, did the text from the textarea show directly up in the email? What email service do you got through when you do emails from links in webpages. it could be that outlook did it to me as protection (from spam or something).
|
|
iNsPiRe
Junior Member
Graphics Specialist
Posts: 72
iNsPiRe said 0 great things
|
Post by iNsPiRe on Mar 10, 2009 5:18:58 GMT -8
Im not sure, I might of done something different on my part to make it work.
I am currently using IE7 also.
How else can I fix it?
|
|
|
Post by Wormopolis on Mar 10, 2009 6:31:01 GMT -8
well the name tag definately made it transfer data for me.
the email one: I have to lookup how posting forms works to see if there is a specific type involved. Did it put the message directly in your email?
pm one: Did it open the PM form or did it just automatically send the message to you?
|
|
iNsPiRe
Junior Member
Graphics Specialist
Posts: 72
iNsPiRe said 0 great things
|
Post by iNsPiRe on Mar 10, 2009 6:51:53 GMT -8
I recently tried it and it only opened the information and did not transfer. It sends, but does not transfer
|
|