You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm working on a multilang website and using this plugin to create the forms. Now I'm building the frontend I found out that the placeholders aren't translating like the labels do. Checked the plugin and it looks like a simple fix by adding the translate filter:
// templates/_display/templates/_includes/forms/text.html
// line 29
{%- ifplaceholderisdefined %} placeholder="{{ placeholder | t }}"{% endif %}
Can you please add this, also for templates/_display/templates/_includes/forms/textarea.html?
The text was updated successfully, but these errors were encountered:
Hi
I'm working on a multilang website and using this plugin to create the forms. Now I'm building the frontend I found out that the placeholders aren't translating like the labels do. Checked the plugin and it looks like a simple fix by adding the translate filter:
Can you please add this, also for
templates/_display/templates/_includes/forms/textarea.html
?The text was updated successfully, but these errors were encountered: