1 (edited by md.michel 2016-06-16 09:30:22)

Topic: Contact form and translation [SOLVED]

Contact form:
It is possible for me to translate in my language some words?
If possible, which file to edit?
- Name
- Send
- please complete all entries

Edit: solved with edit index.html

Re: Contact form and translation [SOLVED]

Edit: solved with edit index.html

If you manually edit any of the HTML pages generated by Showkase, your modifications will be overwritten the next time you publish your site.

Instead, edit the showkase/_themes/base/pagetypes/contact.tpl file (the file that Showkase uses to generate the HTML pages).

You can change the 'Name' on line 68:

<label for="name">Name <span class="required">*</span></label>

... the 'Send' button's label on line 76:

<input type="submit" id="submitbtn" value="Send">

... and the "Please complete all entries" text on line 77.

Be sure to publish your site after editing the 'contact.tpl' file.

Please note that the line numbers above refer to the current version of Showkase (v1.6.1).

Re: Contact form and translation [SOLVED]

Thank you, you are right and I did it.

Re: Contact form and translation [SOLVED]

You're welcome!