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
[closed] how to change the 'continue' to say something else?
Started 14 years ago by LisaH | 2 posts |
-
Hi, I would like to change the 'continue' button to say 'submit' or 'finished' instead. Is there a way to do this?
('continue' makes it sound like they have more questions to go, but I want them to know that they are done)
Posted 14 years ago # -
Hi,
You will get continue button when "form review page" is activated. However, you still can change that wor. To do this, edit your "language.php" file in "includes" folder and search for these code :
$lang['continue_button'] = 'Continue';
then you can change it like this
$lang['continue_button'] = 'Finished';
MachForm Support
Posted 14 years ago #
Topic Closed
This topic has been closed to new replies.