Muut Archive Legend
@Muut · Joined 9 years ago · 18337 posts · 3878 topics · 137 reputation
Badges
Recent posts
-
Contact form to a modular page?
· 11 years ago
Can you send me your user folder privately through Gitter? Quicker way to solve this
-
Contact form to a modular page?
· 11 years ago
I have read it, but your problem is after pressing the submit button, mine is with migrating a form from single page into a modular page and until now I don't get not even the submit button so its qui
-
Contact form to a modular page?
· 11 years ago
See my post please. I have also the very same problem with form element. It was working well ... and it is not anymore, probably (but I don't know) because of the update...
-
Contact form to a modular page?
· 11 years ago
Trying to follow you, still not getting it though, I still get just a blank section in the modular page. Here are the contents of some of my related files: /templates/modular/form.html.twig: <secti
-
Contact form to a modular page?
· 11 years ago
Going to improve the documentation on forms in modular pages this weekend. /templates/modular/form.html.twig should be {% block content %} {{ content }} {% include "forms/form.html.twig" %}
-
Contact form to a modular page?
· 11 years ago
In another post I managed to use grav's default form in the woo template ( http://getgrav.org/forum#!/general:instert-a-simple-contact , tried to bump it with this subject but lets separate it ). Now
-
Flexible form
· 11 years ago
I know form fields for use in the admin Is it possible to make your own Blueprints with mix form fields e.g Form Array { key: value ( value from select) key: value ( value from select) } I
-
Click/download count plugin
· 11 years ago
Yes key/hash based or when I give this {log.csv}[Any clicks on me will be logged!](https://www.google.com) or similar syntax, grav automatically could create a link to its redirecting logger php with
-
Click/download count plugin
· 11 years ago
You would need to write a custom plugin where you requested a link via some kind of key or hash through Grav. Then Grav could log the ip and 'stream/download' the remote file. Anytime you link direct
-
Click/download count plugin
· 11 years ago
Not sure if this approach would do what I would like it to as my files would be hosted at Amazon so I would only have links for download, not the actual files.