Hi,
this is an issue i just discovered because i just changed my website's template; the previous one didn't have
in the index.php file so i thought everything was fine. But the new template has it, and i've noticed that when i click on submit in my form's first page, i have this annoying message appearing above the second page of form :
I understand that this is just a system message, but why is it displaying above my form ?
The weird thing is that there's no error or anything; if i continue and submit the form last page, emails are sent, redirect is OK, everything is going fine. How could i remove this system message from my form ?
I do not wish to remove the system message include in my template though, because i need it to display some other system message on other pages.
thanks
this is an issue i just discovered because i just changed my website's template; the previous one didn't have
<jdoc:include type="message" />
in the index.php file so i thought everything was fine. But the new template has it, and i've noticed that when i click on submit in my form's first page, i have this annoying message appearing above the second page of form :
$_POST: Array ( [name_field] => Leduc [fname_field] => pat [dob] => 03/01/1969 [pob] => lyon [level] => MASTER [pname] => Jean [ship_address] => 1 rue du test [ship_zip] => 74100 [ship_city] => lyon [user_email] => test@mydomain.org [confirm_email] => test@mydomain.org [user_tel] => [info_sup] => [button_25] => Étape suivante [subject1] => [subject2] => [item_name] => [invoice] => XS2E0S9 [ef90acb3b0cbbc07ef4bq22h53vb28bb3a] => 1 [1cf1] => 865a3894sds6s9s548a2bc75815f9e2a8b78sft [chronoformname] => demande )
I understand that this is just a system message, but why is it displaying above my form ?
The weird thing is that there's no error or anything; if i continue and submit the form last page, emails are sent, redirect is OK, everything is going fine. How could i remove this system message from my form ?
I do not wish to remove the system message include in my template though, because i need it to display some other system message on other pages.
thanks