Set default message in a textarea
Description
Using this resource you will be able to have a default content in a textarea, due to the section you are posting in (only in one, two, etc)

Demo

Code
You have to reply to this topic to see the code (avoid Flood)
General Informations
Code creator: Ange TuteurCode tested on: PhpBB3 - Google Chrome (works even on others)
Checked by: Ange Tuteur (ESP)
Extra infos:
- In the condition of the if statement is the following
- Code:
document.location.href.indexOf('/post?f=FORUMID&mode=newtopic') > -1)
You must change f=FORUMID to the ID of the forum you want this to work in.
For example, if I wanted to add a form when users create a topic in this forum (http://www.domainname.com/f2-test) I have to use f=2 - To add a line break write : \n
If you're using single quotes write : \'
