Hi there !
While (still) trying to get a working contact form, I read one more time the https://learn.getgrav.org/17/forms/forms/example-form
And there is an additional button to reset the form, witch I found is a useful idea !
Unfortunately, this does not work in the Agency theme, or is it my stuff that has the problem ?
Any clue of how to make it work ?
here is what I put in my grav/user/pages/01.home/_contact/form.md
although, this reset button does not react when pointer is over ...
buttons:
- type: submit
classes: "btn btn-primary btn-lg"
value: Envoyer
- type: reset
classes: "btn btn-primary btn-lg"
value: Effacer
Any help will be appreciated ^^
EDIT:
in fact, it does work but in certain condition and certainly not after having submit a valid form ...