I follow the instruction from http://www.navigatetomorrow.com/pdfs/Chronoforms_how_to_build_registration_page.pdf to make a registration form.
The problem is the breadcrumb not showing the properly path.
It should show "You are here: Home > Register > New"
Now is "You are here: Home"
The problem is the breadcrumb not showing the properly path.
It should show "You are here: Home > Register > New"
Now is "You are here: Home"
Hi DHlao,
I think you can add to the Breadcrumbs with
Bob
I think you can add to the Breadcrumbs with
<?php
global $mainframe;
$mainframe->appendPathWay('<a href="index.php?option=...">My text</a>');
?>
Bob
This topic is locked and no more replies can be posted.