Where to change 'Thank you' message

Where would I change the Thank you message text. Right now it’s saying “Thanks you for you feedback’”, I’d prefer “Thanks for getting in-touch with us”

Thanks

@daredevil, Did you have look at the definition of the form in the frontmatter of the page?

I’m not sure where that is?

@daredevil, In the form.md file that defines the email form…

Hi

Yes it’s a contact form. It looks pretty simple.

---

title: Contact Us
image_align: middle
cache_enable: false

form:
name: contact

Send us a message

we want to hear from you

If you have any questions about Live Streaming or would like to setup a meeting with us, please use the form below to contact us.

@daredevil, That is not a complete form…

Also, please be kind to the reader and format the frontmatter snippet correctly using back-ticks (```). For example:

```                 <-- back-ticks on newline
---
title: Contact Us
image_align: middle
cache_enable: false
... etc.
---
```                 <-- back-ticks on newline

Which will result in:

---
title: Contact Us
image_align: middle
cache_enable: false
... etc.
---

Sorry about that, I didn’t know about the back tics.

Also, do you know where I can find the rest of the form files. I have that in a modular setup and it is creating a form for name, email, message