Muut Archive Legend
@Muut · Joined 9 years ago · 18337 posts · 3878 topics · 137 reputation
Badges
Recent posts
-
Admin plugin
· 10 years ago
Hello, In the latest version of the plugin admin there is a template forms call colorpicker. why it does not appear in the downloadable version of "grav core + admin" ? It is possible to use it by mak
-
Form plugin data output
· 10 years ago
Please add a report of the issue on the Form plugin repo, thanks!
-
Form plugin data output
· 10 years ago
I noticed something with operation: add: after adding that, body: gets ignored and the resulting file contents get rendered using the default template (but not the ones in forms/ or forms/default/ fol
-
Form plugin data output
· 10 years ago
Marvellous, thanks, that works great! Btw I bumped into a strange problem with MAMP where after I edit the Twig template for CSV data output (probably causing errors) Apache will stall after hitting "
-
Form plugin data output
· 10 years ago
Hi, Forms supports an operation method (unfortunately not documented yet). You can use process: save: filename: csvdata.txt operation: add body: "{% include 'forms/data.txt.twig' %}" to
-
Form plugin data output
· 10 years ago
By now I've managed to comment out the date portion of the filename in form.php so everything gets written to the same file. Now I just need to figure out how to append :D
-
Form plugin data output
· 10 years ago
I need to output the form plugin data in csv format (comma-separated), and always append new data to the file so only one file gets created. Any clues as to how would I go about doing this?
-
Shortcode Section in Listpage
· 10 years ago
Well the page.summary() method is generally what's called in the blog list page (depends on the theme though) and it takes a chunk of the content and outputs it. However if that summary cuts within s
-
Shortcode Section in Listpage
· 10 years ago
Hi, in a page-template i use the shortcode core plugin {{ shortcode.section.datum }} and i get the correct output, but not in the parent list-page. Is this a bug, or am i doing something w
-
Can't send email. Form data is not in header
· 10 years ago
Problem solved. Don't know when I added "action: /" to the form. Arrggg!