Appnitro Software Forums » MachForm

Is this possible

(2 posts)

  1. 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 3 years ago #
  2. 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';
    Posted 3 years ago #

RSS feed for this topic

Reply

You must log in to post.