This forum is no longer open and is for reading/searching only.
Please use our new MachForm Community Forum instead.
MachForm Community Forums » MachForm 2
Is this possible
Started 16 years ago by cferron | 2 posts |
-
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
Posted 16 years ago # -
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';
MachForm Support
Posted 16 years ago #
Reply
You must log in to post.