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

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

✏️ First Post 💬 Conversation Starter ❤️ Well Liked

Recent posts

  • Multilanguage forms missing until cache is cleared · 5 years ago

    Aha! Just managed to figure a situation, where I can't reproduce it either, but that's not an option, until this is fixed. So here's the deal. The folder for contacts page is /contact-us Slug for EN

  • Multilanguage forms missing until cache is cleared · 5 years ago

    I have exact same issue as described here 4 years ago. It seems that after language switching, form can't be found neither by name nor by page route :( I tried: {{ dump(forms('contact-form')) }} {{ du

  • Use only header from (grav) website in new webapplication · 5 years ago

    Not sure how it would work with whole navigation, but can't you just create a page, which would return plain header HTML? Eg. domain.com/header

  • Stats folder : "Woops. Looks like this page doesn't exist" · 5 years ago

    Try this answer from SO Try this rule before your other rules: RewriteRule ^(stats)($|/) - [L] This will end the rewriting process. I modified it to use only stats

  • reCaptcha v3 ruins AJAX submit · 5 years ago

    Just tested with v2 Checkbox version and it works perfectly fine. I think I'll stick with that (at least for now)

  • Can't save modification · 5 years ago

    I had the same issue when I couldn't change a template. But as soon as I filled a Title field in Content tab, template change was saved correctly. Didn't check different scenarios, but it seemed to me

  • Form has already been send after an invalid form submition · 5 years ago

    I had the same issue. After submit, when you get errors, you can't resubmit correctly filled form, because it says same form was already submitted. But as I was aiming for AJAX form, I didn't bother w

  • reCaptcha v3 ruins AJAX submit · 5 years ago

    I finally managed to make AJAX form work and be able to include the form in any template. Everything seemed to be working, until I added reCaptcha (v3) field + process part. Form is being submitted an

  • Multilanguage concat strings in frontmatter · 5 years ago

    Right after posting a question, realized I can also use Twig :) subject: '[{{ "CONTACT_FORM.SUBJECT"|t|e }}] {{ form.value.name|e }}' Sometimes all it takes, is just ask :D

  • Multilanguage concat strings in frontmatter · 5 years ago

    In Grav docs there's a basic example of the form config and there's this line: subject: "[Feedback] {{ form.value.name|e }}" I've searched and YAML doesn't support string concatenation. Also I somehow