Hello, i have some issue whit the custom success page.
Im just using html and css. I add the action of my form to my saludoContacto.html but dont work.
Like this:
You have action="/contactoSaludo.html" but this path does not exist. The file contactoSaludo.html is inside the pages directory.
You need to submit a form to a path that exists.
Either move all the files in pages to the root of the repository (and change all links accordingly) or change action to action="/pages/contactoSaludo.html".
Bro i love you hahahah.
I had a lot of trouble thinking about this and it was such a simple thing, i thought that since they were both html in pages that was not necessary.
Thank you!