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

Adding Guideline Text Before Submitt Button


  1. rngeer
    Member

    Hello,

    I have a form running and would like to have a message before the final submit button on the verification page. For example, please print this from for your records before clicking submit. Is this possible in the code?

    Thanks,

    Posted 15 years ago #
  2. yuniar

    The easiest way to do this is by modifying your "includes/language.php" file.
    Search for this code:

    $lang['review_title']		=	'Review Your Entry';
    $lang['review_message']		=	'Please review your entry below. Click Submit button to finish.';

    You can add your instruction there or change the wording completely. It will be displayed on your form review page.


    MachForm Founder

    Posted 15 years ago #

RSS feed for this topic

Reply