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
Started 15 years ago by rngeer | 2 posts |
-
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 # -
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 #
Reply
You must log in to post.