Hi folks,
I've used the following 'Thank You' Code that is in the FAQ i.e.:
However, it throws up the following errors, the form is submitted but dont want to show the errors below to the users. Can anyone help please?
Kind regards,
Hanif
Parse error: syntax error, unexpected '>' in /home/dynecons/public_html/components/com_chronocontact/chronocontact.php(497) : eval()'d code on line 7
Warning: implode() [function.implode]: Bad arguments. in /home/dynecons/public_html/components/com_chronocontact/chronocontact.php(504) : eval()'d code on line 3
Warning: implode() [function.implode]: Bad arguments. in /home/dynecons/public_html/components/com_chronocontact/chronocontact.php(504) : eval()'d code on line 4
Warning: implode() [function.implode]: Bad arguments. in /home/dynecons/public_html/components/com_chronocontact/chronocontact.php(504) : eval()'d code on line 5
Warning: implode() [function.implode]: Bad arguments. in /home/dynecons/public_html/components/com_chronocontact/chronocontact.php(504) : eval()'d code on line 6
Warning: implode() [function.implode]: Bad arguments. in /home/dynecons/public_html/components/com_chronocontact/chronocontact.php(504) : eval()'d code on line 7
Warning: implode() [function.implode]: Bad arguments. in /home/dynecons/public_html/components/com_chronocontact/chronocontact.php(504) : eval()'d code on line 8
Post edited by: Hanif, at: 2008/04/12 11:50<br><br>Post edited by: admin, at: 2008/04/12 12:13
I've used the following 'Thank You' Code that is in the FAQ i.e.:
<?php
global $mainframe;
$custom_tag = '<meta http-equiv="refresh" content="5; url=http://www.mydomain.com" >';
$mainframe->addCustomHeadTag($custom_tag);
?>
<p>Thank You.</p>
<p>Further My Text.</p>
However, it throws up the following errors, the form is submitted but dont want to show the errors below to the users. Can anyone help please?
Kind regards,
Hanif
Parse error: syntax error, unexpected '>' in /home/dynecons/public_html/components/com_chronocontact/chronocontact.php(497) : eval()'d code on line 7
Warning: implode() [function.implode]: Bad arguments. in /home/dynecons/public_html/components/com_chronocontact/chronocontact.php(504) : eval()'d code on line 3
Warning: implode() [function.implode]: Bad arguments. in /home/dynecons/public_html/components/com_chronocontact/chronocontact.php(504) : eval()'d code on line 4
Warning: implode() [function.implode]: Bad arguments. in /home/dynecons/public_html/components/com_chronocontact/chronocontact.php(504) : eval()'d code on line 5
Warning: implode() [function.implode]: Bad arguments. in /home/dynecons/public_html/components/com_chronocontact/chronocontact.php(504) : eval()'d code on line 6
Warning: implode() [function.implode]: Bad arguments. in /home/dynecons/public_html/components/com_chronocontact/chronocontact.php(504) : eval()'d code on line 7
Warning: implode() [function.implode]: Bad arguments. in /home/dynecons/public_html/components/com_chronocontact/chronocontact.php(504) : eval()'d code on line 8
Post edited by: Hanif, at: 2008/04/12 11:50<br><br>Post edited by: admin, at: 2008/04/12 12:13