Hi there,
I hope you can help me. I have installed Chronoforms, and am using the Chronoforms contact plugin to insert a form in my Joomla 1.5x site.
After submission, I use the redirect plugin to redirect the user to a Joomla article.
When the article is displayed however, post data is displayed (please see attached image)
how can I fix this?
Sincerely yours
Paul
I hope you can help me. I have installed Chronoforms, and am using the Chronoforms contact plugin to insert a form in my Joomla 1.5x site.
After submission, I use the redirect plugin to redirect the user to a Joomla article.
When the article is displayed however, post data is displayed (please see attached image)
how can I fix this?
Sincerely yours
Paul
Hi Paul,
Apologies, there is a bug in the released version of the plug-in. Please check around line 234 of components/com_chronocontact/plugins/redirect.php and comment out the line marked here
Bob
Apologies, there is a bug in the released version of the plug-in. Please check around line 234 of components/com_chronocontact/plugins/redirect.php and comment out the line marked here
$doc->addStyleDeclaration("div.debug {border:1px solid red; padding:3px; margin-bottom:3px;}");
// $mainframe->enqueuemessage('$_POST: '.print_r($_POST, true)); // <-- remove this line
$messages = array();Bob
This topic is locked and no more replies can be posted.
