Hello Guys,
I need to change the English texts in the form button.
How to make?
This is the site I’m doing with Vapid: https://viaverde.herokuapp.com/
Hello Guys,
I need to change the English texts in the form button.
How to make?
This is the site I’m doing with Vapid: https://viaverde.herokuapp.com/
@jotaandrade Right now, there’s isn’t a way to change the submit button text. But that’s a good idea. I just opened a GitHub Issue to add that feature.
In the meantime, as a workaround, you may be able to change it with jQuery:
$("form input[type=submit]").val("Enviar")
@jotaandrade I just submitted a pull request for this feature. It will ship in the next release.
Thank you brother!
It will be very useful!