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

  • There is an rtl version for the admin plugin? · 11 years ago

    Nope, not at this time. If you are feeling up to it, you could provide that RTL support and issue a pull request and we'll gladly merge it in.

  • There is an rtl version for the admin plugin? · 11 years ago

    There is an rtl version for the admin plugin?

  • Form post issue · 11 years ago

    Here is the field after submit and the famous oops message <input type="hidden" id="form-nonce" name="form-nonce" value="ddcaa8cad51d843f368a6025cecd5967" pmbx_context="2911A7C3-830A-4481-A8A6-7EFD

  • Form post issue · 11 years ago

    yes, the field is just before the </form> tag. <input type="hidden" id="form-nonce" name="form-nonce" value="e365ea7c808da4ddecfb3eb4810bb4b2" pmbx_context="7A3DBE3E-4705-4EB3-8E22-102C7839F8

  • Form post issue · 11 years ago

    Check that the nonce field appears in the HTML code geneated by the form correctly, just before the closing </form> tag

  • Form post issue · 11 years ago

    I've verified both user\plugins\form emplates\forms\default\form.html.twig {% if form.message %}<div class="alert">{{ form.message }}</div>{% endif %} {% set multipart = '' %} {% set meth

  • Form post issue · 11 years ago

    I've already added this and it's the same situation. this oops ...

  • Form post issue · 11 years ago

    The error comes from a missing nonce token. This is needed in forms. The theme was built before this mechanism was introduced, I checked it and it missed the proper snippet to add the token verificati

  • Form post issue · 11 years ago

    I've founded it and it seems to be a validation error. Very strange how a form with a simple name, an email and a single message can't be valid ? And when we can see it in the $_POST with debugger.

  • Form post issue · 11 years ago

    I've tried to download a fresh skeleton deliver theme install on another server. The contact form seems to work. After submitting, it's another message, the contact page is found and it's saying Oops