Skip to content
Grav 2.0 is officially stable. Read the announcement →
Support

Are Grav Sites Limited to a Single Form?

Started by Jack Ween 9 years ago · 7 replies · 1032 views
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 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.

This is the example form I followed. What am I missing?
https://learn.getgrav.org/forms/forms/example-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 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?

9 years ago

Maybe this would work as well? Then you don't have to hack te code


cache_enable: false

9 years ago

Would this affect only forms? I would think I would want the cache enabled for other pages.

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.

9 years ago

I think the fix is in 1.3.9, but thanks for your help.

Suggested topics

Topic Participants Replies Views Activity
Support · by Paul Hodges, 4 weeks ago
19 483 5 days ago
Support · by Lauw, 7 days ago
2 99 6 days ago
Support · by Anna, 3 weeks ago
4 426 1 week ago
Support · by gtx, 4 weeks ago
4 377 3 weeks ago
Support · by Anna, 1 month ago
9 484 3 weeks ago