When I download the newest Grav admin + default Antimatter theme, enable the Register page for the Login plugin, and also create a “form.md” page of my own (with a form), the Register page’s Submit button fails to function. Instead, it just refreshes the page without creating a user as you would expect. If I remove the “form” information from form.md’s frontmatter, the Register page properly creates a user.
I added $forms = array(); in order to prevent the caching of forms. In hindsight, I’m trying to imagine a scenario in which I would want a cached form post. Are there circumstances where cached form posts would be ideal?