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

  • BrainTree Integration · 10 years ago

    You may want to take a look at FoxyCart (www.foxycart.com) They're PCI compliant, support Braintree, and can integrate into any website.

  • BrainTree Integration · 10 years ago

    Hi there guys. I am creating a site for a client and have two options for the backend: GravCMS and Meteor. The site will consist of a few static pages, a blog (maybe) and a shopping cart with paypal,

  • Form as module on a page? · 10 years ago

    couldn't you just use find() on the modular route and render the content with the template? With this I built myself a little bit of a Drupal Like Block System for content which is the same over sever

  • Form as module on a page? · 10 years ago

    The only option I see now to output the same form on various pages is to have a javascript-based form from one of the services that provide form handling (wufoo, google forms..), and include it in you

  • Form as module on a page? · 10 years ago

    @Ryan, it's different from what we need.

  • Form as module on a page? · 10 years ago

    In your page Frontmatter show_form:true In your Twig template: {% if page.header.show_form %} {% include 'partials/form.html.twig' %} {% endif %} I have a custom form, I'm not sure how the Grav forms

  • Form as module on a page? · 10 years ago

    It's possible to use a form in a modular page but not to use it across multiple pages, as of now - it's something I'd like to add.

  • Form as module on a page? · 10 years ago

    Hi all.Is it possible to create a form as a module on a page? This form-module will be used across different pages.

  • Accessing page media or pagemediaselect from twig template? · 10 years ago

    Your solution works but you need indeed to add a slash at the end of theme_url. An easier way is to rename your image selection in the blueprint and name it header.review Then, you can access your ima

  • Accessing page media or pagemediaselect from twig template? · 10 years ago

    I use this form aswell although I would really like to know if it's the best way, too.