Muut Archive Legend
@Muut · Joined 9 years ago · 18337 posts · 3878 topics · 137 reputation
Badges
Recent posts
-
Aufbau einer deutschen Community
· 11 years ago
Hallo zusammen, ich würde gerne für den deutschen Support, Anpassungen, Übersetzungen usw. eine deutsche Community aufbauen. Wer Interesse hat mitzuwirken oder weitere Informationen haben will, wendet
-
Email with attachement?
· 11 years ago
i am not sure how to add an attachment with sending an email i thought some like this: attachments: {{ @self.form.field.file }} but that is not working
-
Email with attachement?
· 11 years ago
Yes that is already taken care by the default form.html.twig provided in the Form plugin. If your theme overrides it, you need to update it too.
-
Email with attachement?
· 11 years ago
1st thing fixed: i needed to add: enctype="multipart/form-data" into the the form.html.twig template. now the file is uploading properly next step is to attach the file with the email ;-)
-
Email with attachement?
· 11 years ago
issue created. i did look into the form tutorial. strainge thing is I enabled file upload. but it is not uploading the picture.. and it first need to upload pictures before i can send them as an attac
-
Email with attachement?
· 11 years ago
This has never been tried actually. The Email plugin is capable of handling attachments, but sending the file input added to a form as an attachment is something that must be taken care of, not yet im
-
Email with attachement?
· 11 years ago
Did you look at this: http://learn.getgrav.org/advanced/forms#file-field ?
-
Email with attachement?
· 11 years ago
I have got my contact form working using the google smtp as a server. But now i want emails to be sent with an attachment. i know there is a input file type to let users select fiels from there PC. b
-
Find() by slug instead of /dir/ ??
· 11 years ago
slug by itself is not enough to determine uniqueness, so that is why the route is used to find pages.
-
Find() by slug instead of /dir/ ??
· 11 years ago
Trying to do something like: {% set p = pages.find(/pagedir) %} but in case I wanna move some page directories around later, I'd rather have the flexibility of: {% set p = pages.find(slug-name) %} I t