need help
trying to get the page title when somone complete the form.
using chronoform 4.0.1
using a module inside article {chronoforms}eform name{/chronoforms}
i try crate a Custom Element name title and input this code:
when i recive an email i get the Page Category in the title field instead of title
trying to get the page title when somone complete the form.
using chronoform 4.0.1
using a module inside article {chronoforms}eform name{/chronoforms}
i try crate a Custom Element name title and input this code:
<?php
$doc =& JFactory::getDocument();
?>
<input type='hidden' name='title' id='title' value='<?php echo $doc->getTitle(); ?>' />
when i recive an email i get the Page Category in the title field instead of title