How to change the language/text of the success message on a contact form?

In my website, there’s a contact form and the user can click on the “send message” button and they will get a generic success message with a link back to the form page (I added the data-netlify=“true” on my HTML code), what I want to do is maintain the same success message page but only change the text from english to my language (portuguese), is it possible to do this?

Hey @Notare

It is not possible (afaik) to change the default form “thank you” page to another language. If you need/want to have a different language you will need to implement a custom success message as outlined in this documentation.

2 Likes