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
Edit Address field
Started 15 years ago by gothmane | 2 posts |
-
Hi is there a way to change just a part of the address field? I would like to change "state" field to something else. What files do I need to edit in order to make these changes? thanks
Posted 15 years ago # -
Hi,
Yes it's possible to change the address format. Can I know what actually format do you need ? If you only need to change the "state" text you can change it in "includes/language.php" file. You will find these code on there :
//address $lang['address_street'] = 'Street Address'; $lang['address_street2'] = 'Address Line 2'; $lang['address_city'] = 'City'; $lang['address_state'] = 'State / Province / Region'; $lang['address_zip'] = 'Postal / Zip Code'; $lang['address_country'] = 'Country';
MachForm Support
Posted 15 years ago #
Reply
You must log in to post.