hidden news home
This commit is contained in:
+4
-12
@@ -48,10 +48,11 @@ form:
|
||||
type: file
|
||||
multiple: false
|
||||
destination: user/data/files
|
||||
filesize: 5
|
||||
accept:
|
||||
- application/pdf
|
||||
- application/x-pdf
|
||||
- image/png
|
||||
- text/plain
|
||||
studio:
|
||||
type: radio
|
||||
placeholder: Studio
|
||||
@@ -70,20 +71,11 @@ form:
|
||||
-
|
||||
type: submit
|
||||
value: Submit
|
||||
|
||||
process:
|
||||
-
|
||||
email:
|
||||
from: '{{ config.plugins.email.from }}'
|
||||
to: '{{ config.plugins.email.to }}'
|
||||
subject: 'Artist Candidature''{{ form.value.first_name|e }}-{{ form.value.last_name|e }}'''
|
||||
body: '{% include ''forms/data.html.twig'' %}'
|
||||
attachments:
|
||||
- portfolio
|
||||
-
|
||||
save:
|
||||
fileprefix: 'Artist Candidature-''{{ form.value.first_name|e }}-{{ form.value.last_name|e }}''-'
|
||||
dateformat: Y-m-d-h-i-s
|
||||
fileprefix: '{{"now"|date("Y-m-d_h-i-s")}}-{{ form.value.first_name|hyphenize }}-{{ form.value.last_name|hyphenize }}-'
|
||||
dateformat: 'Y'
|
||||
extension: txt
|
||||
body: '{% include "forms/data.txt.twig" %}'
|
||||
-
|
||||
Reference in New Issue
Block a user