Muut Archive Legend
@Muut · Joined 9 years ago · 18337 posts · 3878 topics · 137 reputation
Badges
Recent posts
-
Social Meta Tags
· 9 years ago
Cool, create a release and make an issue to add to the GPM: https://github.com/getgrav/grav/issues?q=is%3Aissue+label%3Aplugin+is%3Aclosed
-
Social Meta Tags
· 9 years ago
Hi everyone! I release my first plugin for Grav. Is a plugin for add social meta tags (Facebook Open Graph and Twitter Cards) in headers. Why another one? Because in this you not need edit any templat
-
Custom email using the email plugin?
· 9 years ago
Emails are sent in HTML format, using this template: https://github.com/getgrav/grav-plugin-email/blob/develop/templates/email/base.html.twig You can customize that in your theme.
-
Custom email using the email plugin?
· 9 years ago
I would like to receive emails as html format when someone use the contact form. Is it possible to call an email template file?
-
Custom email using the email plugin?
· 9 years ago
so to change the layout of the email, i just access the form items using {{ form.value.name|e }} for example? I think i have it now. i will just mess with it and see what i can come up with now :) tha
-
Custom email using the email plugin?
· 9 years ago
Ok so if you're editing the contact form output, you move this file https://github.com/getgrav/grav-plugin-form/blob/develop/templates/forms/default/data.html.twig in your theme, and customize how the
-
Custom email using the email plugin?
· 9 years ago
Cheers for that Flavio, so how do i change the layout of the content of the email? I have see that it simply replicates the form layout, so for the contact for it shows, name: email: and message: What
-
Custom email using the email plugin?
· 9 years ago
I think I misunderstood the question. You can use the Email plugin to send the result of a form submit, see the example Contact form. In that example, you can set the Twig used by the email to render
-
Custom email using the email plugin?
· 9 years ago
I think i may have pasted the wrong twig file above? Is not exactly a very user friendly way of creating contact forms, and their respective emails haha :)
-
Custom email using the email plugin?
· 9 years ago
Thats for building the form is it not? I want to customise the actual email that is sent out.