Skip to content
Grav 2.1 is out: every page speaks Markdown. Read the announcement →

Are Grav Sites Limited to a Single Form?

Started by Jack Ween 9 years ago · 7 replies · 1061 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 complanar, 19 hours ago
1 28 16 minutes ago
Support · by Rick Beebe, 21 hours ago
0 24 21 hours ago
Support · by Marcel, 6 days ago
0 99 6 days ago
Support · by JakobDB, 1 week ago
1 100 7 days ago
Support · by ramenos, 1 week ago
3 115 7 days ago