Community guidelines
Please keep discussions civil and on-topic. Repeated violations may lead to a temporary ban.
Jack Ween Newcomer
@jackween · Joined 9 years ago · 5 posts · 1 topics · 0 reputation
Badges
Recent posts
-
Are Grav Sites Limited to a Single Form?
· 9 years ago
I think the fix is in 1.3.9, but thanks for your help.
-
Are Grav Sites Limited to a Single Form?
· 9 years ago
Great! Will this work on register.md as well? My concern is that it will be overwritten by updates to the plugin.
-
Are Grav Sites Limited to a Single Form?
· 9 years ago
Would this affect only forms? I would think I would want the cache enabled for other pages.
-
Are Grav Sites Limited to a Single Form?
· 9 years ago
I've found a workaround. It appears that caching was the issue. On the line immediately below list($forms, $flat_forms) = $this->grav['cache']->fetch($cache_id); I added $forms = array(); in ord
-
Are Grav Sites Limited to a Single Form?
· 9 years ago
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 bu