I would like to disable a form but would like a custom message instead of the default one. Is this possible?
P.S I'm not afraid to go in the code.
Thanks
Claude
I would like to disable a form but would like a custom message instead of the default one. Is this possible?
P.S I'm not afraid to go in the code.
Thanks
Claude
Hi,
You can simply edit your "includes/language.php" file and try to search this line :
$lang['form_inactive'] = 'This form is currently inactive.';
and change the value to meet your requirement, for example :
$lang['form_inactive'] = 'temporary shutdown';You must log in to post.