| custom_form |
| name |
email |
my-file |
| label |
placeholder |
autocomplete |
type |
validate |
| Name |
Enter your name |
on |
text |
|
|
| label |
placeholder |
type |
validate |
| Email |
Enter your email address |
email |
|
|
| label |
type |
multiple |
destination |
accept |
| Add a file |
file |
false |
user/data/files |
| application/pdf |
| application/x-pdf |
| image/png |
| text/plain |
|
|
|
| type |
value |
| submit |
Envoyer |
|
|
| email |
| from |
to |
subject |
body |
attachments |
| {{ config.plugins.email.from }} |
{{ config.plugins.email.to }} |
[inscriptions-] {{ form.value.name|e }} |
{% include "forms/data.html.twig" %} |
|
|
|
| save |
| fileprefix |
dateformat |
extension |
body |
| inscriptions- |
Y-H-u |
txt |
{% include "forms/data.txt.twig" %} |
|
|
| null |
| message |
reset |
| Thank you for your feedback! |
true |
|
|