I have my form at http://holtmusic.com.au/contact/view.php?id=1
currently the submit button says "Continue" how can I change it to say "Submit"?
any help appreciated.
I have my form at http://holtmusic.com.au/contact/view.php?id=1
currently the submit button says "Continue" how can I change it to say "Submit"?
any help appreciated.
Hi,
You can simply edit "includes/languanges.php" file, try to search these code and make a change to the value :
//form buttons
$lang['submit_button'] = 'Submit';
$lang['continue_button'] = 'Continue';
$lang['back_button'] = 'Back';I expect you have the "Show Review Page before Submitting" feature turned on. That would be one way you're getting "Continue" rather than "Submit button.
If you don't want the review feature turned on, you can un-check the box "Show Review Page..." in the Form properties for that form in the Machform editor.
You must log in to post.