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

Muut Archive Legend

@Muut · Joined 9 years ago · 18337 posts · 3878 topics · 137 reputation

Badges

✏️ First Post 💬 Conversation Starter ❤️ Well Liked

Recent posts

  • File upload on form · 10 years ago

    Hi all. I have problem with file uploading on website form. I have this code in frontpage.md forms: contact-form: fields: - custom_file: fileds type: file

  • Form not working any more · 10 years ago

    Exceptional, @flaviocopes already found the solution to that problem by setting redirect_trailing_slash: false All working again! :)

  • Form not working any more · 10 years ago

    Yes, that issue # 111 seems to be exactly what I am experiencing in my setup. I just took a look, but I am hesitant to upload my whole user folder. Which files do you need? Or asked the other way arou

  • Form not working any more · 10 years ago

    You mention different language versions, so might be an issue similar to https://github.com/getgrav/grav-plugin-form/issues/111 but the original user never replied so I could not replicate the problem

  • Form not working any more · 10 years ago

    I have played around with that problem the whole afternoon, but I can't get it to work again. Looks like it's time to give up on that form and remove it from my page. :(

  • Form not working any more · 10 years ago

    Tried cache_enable: false in my page header and copied over templates/form.html.twig to my theme folder, but that also didn't change anything.

  • Form not working any more · 10 years ago

    In “Using forms in modular pages” it tells to copy over the template files from the Antimatter theme: templates/form.html.twig templates/formdata.html.twig but I only have form.html.twig and not a for

  • Form not working any more · 10 years ago

    Nope, my home page (and that's the only page, just in different language versions) is definitely not a modular one, it is exactly setup as the first example on https://learn.getgrav.org/forms/forms So

  • Form not working any more · 10 years ago

    Your home page must be a modular page, as the form is just a component of it. Thus the rules of that article apply. I tested the form on a standalone form page and it worked fine.

  • Form not working any more · 10 years ago

    My website is not modular, it consists of a single page in a multi-language setup.