OK. first: It works - sort of.
What did I:
- I just simply duplicated the form
- I added a text input for the name. The form still works.
- I added a E-Mail action before the redirect rule, and I’m getting 404 again.
- removing the E-Mail action, the 404 remains.
- removing the new text input field, the form works - at least it redirects and submits in the backend.
- adding back the text input field, the form miraculously works.
- adding back the email action results in an error message: Email Action : Call to undefined function PHPMailer\PHPMailer\mail()
wp mail smtp plugin was turned off.
- turning on the wp mail smtp plugin the form works.
I’m not exactly sure the “creator” intended such a gauntlet for the most simple form task on a website. I have no caching plugin installed nore any server caching enabled.
Reliability? Well, I guess I’ll need to test some 100x before being sure?