Closed fugo closed 6 months ago
Hi @fugo. I've seen this PR in the Form Plugin issues. Maybe it could be related with this behaviour. I will investigate how to fix it.
On the other hand, I'll add the thankyou
page to demo content, soon. The Here is the summary of what you wrote to us:
sentence is from Form plugin and it is translated in its languages.yaml file, it will displayed in language defined in your system configuration.
Hi @pmoreno-rodriguez
Sorry, I forget to set the default language, now it's translated.
… I will investigate how to fix it.
Thank you :+1: I use wit another site the [Darkquark theme](https://github.com/HeavyWolfPL/grav-theme-darkquark), with that it works.
For working with the data from the form I need labels, so I put them in your form.
I like your nice contact page so I use custom.css
to hide te labels:
/* Custom CSS */
label.form-label {
display: none !important;
}
If anyone need this.
I found the way to get this to work.
In contact.md
I deleted reset: true
. I also activated twig and no cache.
---
…
display: /thankyou
reset: true <–– I removed this
…
process:
ip:
label: 'User IP'
…
title: Kontakt
process:
markdown: true
twig: true
cache_enable: false
metadata:
…
---
I think we can close this issue, :thinking:
Try new release 1.3.1 with demo content
I tried the contact form, but I have some problems.
The summery shows up in the email but not on the thankyou page (formdata.md).
the
body: '{% include ''forms/data.html.twig'' %}'
code should do this?I use data manger plugin and can see the form is working.
On the thankyou page is only one sentence:
Can I translate this? Site runs not in EN.
Thank you