I recently installed chronoforms. After not figuring out how to use it I followed the tutorial 2 exactly, except I put real email adresses instead of the dummy ones. My problem is in the end, chronoforms didn't generate an url for med to see it. I tried to make another easy form and it doesn't put out a link for that either. I have published both.
/Teo
/Teo
Hi teo,
Sorry, that's an 'advanced feature' that should have been in the latest release but didn't make it. Max has said that it will be in the next release.
To do the same thing you can copy the link and paste it into your browser (after the main domain name) it should look like http://www.example.com/index.php?option=com_chronocontact&chronoformname=test_form
Or, if you feel like hacking the code you can add the link in yourself - find line 53 of admin.chronocontact.html.php which reads
Then replace line 16 with this
Bob
Sorry, that's an 'advanced feature' that should have been in the latest release but didn't make it. Max has said that it will be in the next release.
To do the same thing you can copy the link and paste it into your browser (after the main domain name) it should look like http://www.example.com/index.php?option=com_chronocontact&chronoformname=test_form
Or, if you feel like hacking the code you can add the link in yourself - find line 53 of admin.chronocontact.html.php which reads
<td width="60%" align="left" >index.php?option=com_chronocontact&chronoformname=<?php echo $row->name; ?></td>and replace it with this<td width="60%" align="left" ><a href="<?php echo "$mosConfig_live_site/index.php?option=com_chronocontact&chronoformname=$row->name"; ?>">index.php?option=com_chronocontact&chronoformname=<?php echo $row->name; ?></a></td>Then replace line 16 with this
global $my, $mosConfig_live_site;
Bob
Oh I see.
I tried hacking the code and it turned out fine.
Thanks a bunch GreyHead!
/Teo
I tried hacking the code and it turned out fine.
Thanks a bunch GreyHead!
/Teo
This topic is locked and no more replies can be posted.
