Page 1 of 1

How to edit fields of a form?

Posted: Mon Apr 23, 2012 2:31 pm
by lexuss
Hi, people.

I've installed the J D Contact extension in my Joomla site. It has some fields, like Name, Departament, etc. I want to edit this names bacause the owner of site isn't north-american but brazilian. How can I do this?

Re: How to edit fields of a form?

Posted: Wed Apr 25, 2012 1:47 am
by Klementz
lexuss wrote:Hi, people.

I've installed the J DContact extension in my Joomla site. It has some fields, like Name, Departament, etc. I want to edit this names bacause the owner of site isn't north-american but brazilian. How can I do this?
Edit the module's language file (en-GB.mod_jdcontact.ini). Change everything inside the quotes to what ever you want.

E.g. first line of the file:

Code: Select all

MOD_JDCONTACT_NAME="Name"
Change to:

Code: Select all

MOD_JDCONTACT_NAME="Nome"
Etc.