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.

Thomas Member

@miraculli · Joined 8 years ago · 11 posts · 3 topics · 0 reputation

Badges

✏️ First Post 💬 Conversation Starter

Recent posts

  • Form disapears after a while · 8 years ago

    and this is how the forms gets renderd directly after clearing the cache: <form name="footer-form" action="" method="POST" id="footer-form" class=" row 50%"> <div class="form-field 3u 12

  • Form disapears after a while · 8 years ago

    this is how the renderd "form" looks like: <form name="" action="" method="POST" class=" "> <input type="hidden" name="__form-name__" value=""> <div class="buttons"> &lt

  • Form disapears after a while · 8 years ago

    from my current system.yaml: pages: expires: 3600 [...] cache: enabled: true check: method: file driver: auto prefix: g cli_compatibility: false lifetime: 3600 gzip: true allow_w

  • Form disapears after a while · 8 years ago

    again some issue with the forms 😦 I use forms a lot ... I have a form in the footer on every page. All pages are modular page. Everything visible and defined in the frontmatter disapperas after a w

  • Form appears twice · 8 years ago

    I had something similar, then I used this in the template to explicit use the form from the modul: {% include "forms/form.html.twig" with { form: page.header.form } %}

  • Form validation.pattern for !URLs · 8 years ago

    so far, this dosn´t work: pattern: '/^((?!http[s]?:\/\/).)*$/m' matches true to everything.

  • Form validation.pattern for !URLs · 8 years ago

    Hi there, I get a lot of spam mails through the public available forms. I use the honypot field but looks like spam-bots are too clever to get trapped. Also I want to avoid using google captcha as lon

  • Issues with eMail processing on modular forms · 8 years ago

    I figured it out. I had an 301 redirect in site.yaml set to that action-route. And that turned the POST into an GET.

  • Issues with eMail processing on modular forms · 8 years ago

    bin/plugin email test-email -t [email protected] [...] Message sent successfully! works fine! [EDIT] the test-email also sends the SMTP/SSL credentials, which is somehow... puh ;-)

  • Issues with eMail processing on modular forms · 8 years ago

    sure (with some german ;-)): title: Winterzauber template: modular/arrangement unpublish_date: 04-03-2018 cache_enable: false form: name: Winterzauber classes: "row 50%" action: '/angebote' f