Community guidelines
Please keep discussions civil and on-topic. Repeated violations may lead to a temporary ban.
Daniel Dobiášovský Member
@Deight · Joined 5 years ago · 24 posts · 8 topics · 1 reputation
Badges
Recent posts
-
Twig not duplicate rows
· 5 years ago
I love you man, i am looping inside the loop, wow! Thank you very much. Solution is call only variables not variables in variables: {% for val in value %} <a href="../{{ string(val.path) }}" downlo
-
Submit a form with an attachment
· 5 years ago
I tried it, but it doesn't work for me, the attachment won't be sent, I also found that it was solved here: But the new version should have it fixed. Others advise you to set the final upload folder w
-
Twig not duplicate rows
· 5 years ago
Hello everyone, again I am solving a problem that seemed solved and I can't find a solution. Please, how do I limit the generation of multiple variables below each other so that the result is not dupl
-
Form with upload incorrect file show the messeage
· 5 years ago
I encountered an exception and found no solution anywhere. Forms work in "process:" with "message:" and it works great, except when I upload a mismatched file to the drag and drop box, for example "fi
-
Best way to send a copy of an email?
· 5 years ago
If you read documantation you can find this: Additional action parameters To have more control over your generated email, you may also use the following additional parameters: reply_to : Set one or m
-
Submit a form with an attachment
· 5 years ago
3 hrs and solution is here. user\plugins\form\templates\forms\default\data.html.twig From: {% for val in value %} {% if val is iterable %} <ul> {% for v in val %}
-
Submit a form with an attachment
· 5 years ago
destination works great, upload works with both the multiupload variant and individual files, but the problem is that it does not attach it to the email as an attachment. Thank you for your time.
-
Submit a form with an attachment
· 5 years ago
I'll definitely go through them, but I don't understand why the email attachment doesn't work as an email attachment, don't you know the reason?
-
Submit a form with an attachment
· 5 years ago
Hello to everybody, I go through the forum and issues on github for over an hour to find a solution on how to send an attachment using the form. The visitor fills in the form and attaches a picture S
-
Taxonomy separator
· 5 years ago
I'm very sorry, just use the following instead of the whole call: {{ page.taxonomy.tag | join(', ') }}