Meta Box
Support › General › Translation of form messagesResolved
Hi
I have required fields on a form.
When I try to save without filling them in, the message: "This field is required."
Using the Loco Translate plugin, I translated the Meta Box (116 strings)
I translated almost all Meta Box AIO modules, mainly MB Frontend Submission (28 strings)
But it's still in English.
In all the languages I try to create I never found the model so the plugin creates a model (pot).
Do you have the template files for me to download?
what am I doing wrong?
Hi Igor,
If you are using the JavaScript Validation https://docs.metabox.io/validation/, you can change the required text with the setting messages
messages
If you are using the HTML validation (required) https://docs.metabox.io/custom-attributes/, please follow this topic to know how to change the default required text https://stackoverflow.com/questions/10753881/changing-the-language-of-error-message-in-required-field-in-html5-contact-form/10754847
Thanks!