Muut Archive Legend
@Muut · Joined 9 years ago · 18337 posts · 3878 topics · 137 reputation
Badges
Recent posts
-
Contact form in footer, shown on every page
· 9 years ago
Oh gosh - I did read that page, but I think I misunderstood what it was saying and ended up going round in circles. I've almost got it working (!), but I've got an error message when I submit the form
-
Contact form in footer, shown on every page
· 9 years ago
Have you read how to display forms with Twig ? You can define the form once in a page (even a non-routable/hidden page), and then show it anywhere you want (in your case, in the footer)
-
Contact form in footer, shown on every page
· 9 years ago
Hi there, I've been really struggling with setting up a contact form on my site using the Forms plugin. Almost all pages of my site are modular, with the header/branding and nav buttons and the footer
-
How to create add to address book (vcf) download?
· 9 years ago
Yes, that worked. Easier than I expected. Thank you!
-
How to create add to address book (vcf) download?
· 9 years ago
in system/media add filetype vcf and mime text/x-vcard page media will now accept vcf
-
How to create add to address book (vcf) download?
· 9 years ago
For non-Grav sites I have made in the past I have created an add to address book feature. For example on http://beautybydanny.com a link to http://beautybydanny.com/add-to-address-book/ goes to a VCF
-
Getgrav.org/forum bug on "more posts" after search?
· 9 years ago
Great, thank you!
-
Getgrav.org/forum bug on "more posts" after search?
· 9 years ago
Hello, founder of Muut.com here :) We just rolled out some pretty big changes to the backend and seems like there's a bug… Thanks for the report! Will be fixed soon.
-
Getgrav.org/forum bug on "more posts" after search?
· 9 years ago
Hello, On this forum, when I search for a specific term, I can't access to every posts related anymore. ie: I search a specific term, let's say "footer" I click on the blue bubble speech at the end
-
How to specify form email "reply-to"
· 9 years ago
Found it! Just had to use lowline in place of hyphen reply_to: “{{ form.value.email }}”