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
Change Submit button value
Started 15 years ago by dhous | 5 posts |
-
How to change Submit button value to my native language? I followed previous recommendations but it seems that this code has changed a little since.
Posted 15 years ago # -
It seems nobody help me here. I just want to replace word Submit on the button to "Odeslat" in my native language. Is it really so hard?
Posted 15 years ago # -
Sorry for the weekend delay... changing the form submit button is not to hard, simply edit your "includes/languages.php" file and search for this code :
$lang['submit_button'] = 'Submit';
change it to
$lang['submit_button'] = 'Odeslat';
MachForm Support
Posted 15 years ago # -
Redityo, I am using version 3.3. Does the above submit button reference match the following?
$mf_lang['submit_button'] = 'Submit';
Posted 12 years ago # -
Yes that is correct. Although, if you are using v3.3, you don't need to edit the language.php file to change the submit button value. Simply create a new theme and change the submit button value there, through the theme editor. This way you will be able to set different submit button text for each form.
MachForm Founder
Posted 12 years ago #
Reply
You must log in to post.