getgrav / grav-plugin-form

Grav Form Plugin
http://getgrav.org
MIT License
53 stars 79 forks source link

Better form processing errors handling #567

Open pboguslawski opened 2 years ago

pboguslawski commented 2 years ago

Grav throws ugly server error when unable to send form content using email process action (i.e. smtp server is temporarily unavailable and we don't want to use queue mode).

Would be nicer to return user to filled form with configurable message i.e. "Error sending form; please try later." and allow user to resend it.