Community guidelines
Please keep discussions civil and on-topic. Repeated violations may lead to a temporary ban.
Karmalakas Veteran
@Karmalakas · Joined 6 years ago · 1180 posts · 28 topics · 215 reputation
Badges
Recent posts
-
Multilanguage forms missing until cache is cleared
· 5 years ago
Nope.. Not working either. But why would it? It's the same as forms({'route': '/susisiekime/form'}) No matter what you throw at forms(), it just simply won't find any form. But anyway, it's not by acc
-
How do I modify the confirmation message after form submit?
· 5 years ago
What about the process.message? You could have another page as described and show whatever message you want
-
Multilanguage forms missing until cache is cleared
· 5 years ago
@pamtbaau: Your demo does not match your intro. They seem different stories. The intro is quite long-winded and not succinct. It might seem that way, but it's all related. I just can't describe one
-
Multilanguage forms missing until cache is cleared
· 5 years ago
Created an issue on GitHub. Hopefully I managed to explain it clear enough :)
-
Multilanguage forms missing until cache is cleared
· 5 years ago
I guess it's time for a proper GitHub issue :/ This one situation revealed a whole bunch of problems under the hood with all the slug URLs, missing objects in modules and missing payloads or forms aft
-
Multilanguage forms missing until cache is cleared
· 5 years ago
As I said, this redirects pages to correct slug based URLs instead of leaving users hanging on folder based URL. And I still couldn't find a way to make pages.find('/folder').route work in modules - p
-
Multilanguage forms missing until cache is cleared
· 5 years ago
BTW, I noticed also if I define form action as a folder, on submit it tries to redirect, but redirected request loses all the payload and form is not submitted. Not sure if this is related, but that's
-
Multilanguage forms missing until cache is cleared
· 5 years ago
So, fresh Grav 1.7.3 install (without Admin) + Forms plugin The main difference when forms fail to work on language switch is system.yaml setting: pages: redirect_default_route: true But here's my f
-
Can't save modification
· 5 years ago
Frontmatter isn't JSON, it's YAML. Try deleting first line of frontmatter and it should save
-
Multilanguage forms missing until cache is cleared
· 5 years ago
Darn :/ Will try in the evening to set up fresh install and see what happens :/ Thanks for the effort