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>






