Unfortunately, the username and password you have entered do not match!

Registration

Unfortunately, this username is already taken!

Unfortunately, this e-mail address is already used!

Please retype the verification code.

All fields are required

RSForm!Pro - Get the page title

Get the page title

To get the page title of page inside a field you require a simple script, placed in the Default Value area of a field. This can be particularly useful when using the form inside a module or inside an article and you wish to know from where it was submitted:

 
//<code>
$doc = JFactory::getDocument();
return $doc->getTitle();
//</code>
 
Note: This code snippet is only available for Joomla 1.5, 1.6 , 1.7 & 2.5.
Feedback