Skip to content
Grav 2.1 is out: every page speaks Markdown. Read the announcement →

Translate form field label and placeholder

Started by Javi 8 years ago · 1 replies · 737 views
8 years ago

Hi

It's possible translate form fields labels and placeholders? I'm reading the doc but I don't find the solution.

Thanks

8 years ago

I found the solution, I create a languages.yaml in my theme and declare the languages:

es:
THEME_GDA:
FORMNAME: Nombre
en:
THEME_GDA:
FORMNAME: Name

And in the form.md I call the translations:


title: 'Contact form'
form:
name: contact-form
fields:

YAML
        name: name
        label: THEME_GDA.FORMNAME
        placeholder: 'Enter your name'
        autofocus: 'on'
        autocomplete: 'on'
        type: text
        validate:
            required: true

Thanks

👍 1

Suggested topics

Topic Participants Replies Views Activity
General · by jeremycherfas, 4 days ago
3 99 3 hours ago
General · by Old Man Umby, 2 days ago
1 60 2 days ago
General · by Sebastian, 4 days ago
1 81 4 days ago
General · by Andy Miller, 2 weeks ago
0 216 2 weeks ago
General · by ready-4-IT, 6 months ago
1 716 3 weeks ago