Using joomla 1.013 & chronoforms
I'm trying to pass parameters from a url so a user can click on the link from an email in the form of:
http://example.com/index.php?option=com_chronocontact&chronoformname=testQS&name=joe
The simple form comes up but the $_REQUEST array is empty and name has no value. Any ideas or links to tutorial would be greatly appreciated
I'm trying to pass parameters from a url so a user can click on the link from an email in the form of:
http://example.com/index.php?option=com_chronocontact&chronoformname=testQS&name=joe
The simple form comes up but the $_REQUEST array is empty and name has no value. Any ideas or links to tutorial would be greatly appreciated