I'm displaying a short form firstname, lastname, email on the side bar of several pages using mod_chronocontact - the first form submits to the second 'longer' form, etc...
I've been trying to find a way to give the Multi Page url a search engine friendly url rather than index.php?option=com_chronocontact&task=send&chronoformname=Motherform.
I've tried sh404SEF, to which I've been able to create an sef for the Motherform, but it doesn't work as desired from the mod_chronocontact pages. Can someone give any input?
I've tried an if statement on the action, giving the action the sef url (below) but this simply opens the first form of the Multi Page form process.
if($MyForm->formrow->name == "Motherform") {
$actionurl = '/Motherform.html';
Thanks!
I've been trying to find a way to give the Multi Page url a search engine friendly url rather than index.php?option=com_chronocontact&task=send&chronoformname=Motherform.
I've tried sh404SEF, to which I've been able to create an sef for the Motherform, but it doesn't work as desired from the mod_chronocontact pages. Can someone give any input?
I've tried an if statement on the action, giving the action the sef url (below) but this simply opens the first form of the Multi Page form process.
if($MyForm->formrow->name == "Motherform") {
$actionurl = '/Motherform.html';
Thanks!