pamtbaau Legend
Grav Forum Moderators
@pamtbaau · Joined 8 years ago · 3131 posts · 12 topics · 1012 reputation
Badges
Recent posts
-
Just migrated my site from Hugo to Grav!
· 3 years ago
@miro5001, I don't think you post is related to the first post which is just a showcase. Also bumping an old post is rarely beneficial. It would be better if you created a new post with a title matchi
-
How to collect data via a form and send it to a REST API?
· 3 years ago
@chalvi, You could create a custom form action, which can be caught at the server when the form is being submitted. Then get the values of the form and submit it to the remote server. See the docs and
-
Automatic image resize in blog post
· 3 years ago
@ratm, I have no experience with it, but isn't section Pagemedia in the settings of Admin supposed to do that? See Admin / Plugins / Admin / Extras / Page Media Image Resizer: The following settings
-
Future/truth of Grav vs. other CMS
· 3 years ago
@everyone, It is pretty useless to voice frustration on themes/plugins in this forum. It is not being visited by the dev team. The dev team eats/works/sleeps at Github and Discord. As said before, the
-
Future/truth of Grav vs. other CMS
· 3 years ago
@Whig, @Karmalakas, Shall we take a breath and pause the conversation for a moment? This does not lead to a solution.
-
Does basic-captcha need a secret?
· 3 years ago
@geradok, I don't think your assumption is correct. It is the name of the process variable that must be basic-captcha. That process variable tells the form how the submitted form should be processed.
-
Does basic-captcha need a secret?
· 3 years ago
@geradok, I think I don’t need a secret for basic-captcha?! I think you're right... Using a fresh install of latest Grav: Created a contact form Followed the docs for the Basic Captcha field: Add
-
Thank you message in ajax for modular form
· 3 years ago
@NataliaB, Did you clear the cache $ bin/grav cache after making changes? I copied you code and it's working fine.
-
Issue with forms and caching
· 3 years ago
@dabuuker, Thanks for testing. I wouldn't expect the observed behaviour and haven't found a similar know issue. Would you mind sharing your observations to the dev team by showing the caching results
-
Issue with forms and caching
· 3 years ago
@dabuuker, Would this more simpler snippet also work for you: {% include "forms/form.html.twig" with { form: forms('contact-form') } %} This sample is copied from the docs Displaying Forms from Twig s