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

changing the Submit button's label


  1. mig2000
    Member

    I have a multi-language web site and forms. Within the same database, I have 2 separate contact Us form (one in English and One in Spanish) - I need to be able to make the following changes:

    1- For name Field, I need to change the label for First and last in Spanish.

    2- For Submit button, I need to be able to change the label to enviar or something like that.

    Please advice.

    Thanks
    Alex

    Posted 13 years ago #
  2. redityo

    Hi Alex,

    You can change the name field and button text in "includes/language.php" file. Simply search for these code in here :

    $lang['name_first']			=	'First';
    $lang['name_last']			=	'Last';
    $lang['submit_button']		=	'Submit';

    and if you want to use more that 1 language in machform. You can follow the method that posted in here :

    http://www.appnitro.com/forums/topic/multi-language?replies=28


    MachForm Support

    Posted 13 years ago #

RSS feed for this topic

Reply