Created a form, and using this code:
The form is outputting the menu title, not the article's title.
~~~~
GreyHead - Couple of coffees coming your way. Thanks for such an amazing and versatile system.
<?php
$jdoc = JFactory::getDocument();
?>
<input type='hidden' name='page_title' id='page_title' value='<?php echo $jdoc->getTitle(); ?>' />
<input type='hidden' name='page_url' id='page_url' value='<?php echo $jdoc->getBase(); ?>' />
The form is outputting the menu title, not the article's title.
~~~~
GreyHead - Couple of coffees coming your way. Thanks for such an amazing and versatile system.
This topic is locked and no more replies can be posted.