I'm not sure why, but chronoforms doesn't seem to support the joomla function mosGetParam($_REQUEST,'variable')
Of course accessing the variable directly $_REQUEST['variable'] works, but that isn't safe
Of course accessing the variable directly $_REQUEST['variable'] works, but that isn't safe
Use mosGetParam($_GET,'variable') OR mosGetParam($_POST,'variable') Instead
This topic is locked and no more replies can be posted.