form fix
This commit is contained in:
@@ -9,47 +9,60 @@ form:
|
||||
first_name:
|
||||
type: text
|
||||
placeholder: 'First name'
|
||||
validate:
|
||||
required: true
|
||||
last_name:
|
||||
placeholder: 'Last name'
|
||||
type: text
|
||||
validate:
|
||||
required: true
|
||||
date_of_birth:
|
||||
type: text
|
||||
placeholder: 'Date of birth'
|
||||
validate:
|
||||
required: true
|
||||
phone_number:
|
||||
placeholder: 'Phone Number'
|
||||
type: text
|
||||
validate:
|
||||
required: true
|
||||
email:
|
||||
placeholder: 'E-mail adress'
|
||||
type: email
|
||||
size: large
|
||||
validate:
|
||||
required: true
|
||||
move_in_date:
|
||||
placeholder: 'proposed move-in date'
|
||||
type: text
|
||||
validate:
|
||||
required: true
|
||||
website:
|
||||
placeholder: 'Website / instagram'
|
||||
type: text
|
||||
validate:
|
||||
required: true
|
||||
portfolio:
|
||||
label: 'or upload portfolio'
|
||||
placeholder: 'or upload portfolio'
|
||||
label: 'upload portfolio'
|
||||
placeholder: 'upload portfolio'
|
||||
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
|
||||
default:
|
||||
option1: true
|
||||
option2: true
|
||||
option3: true
|
||||
individual: true
|
||||
Shared: true
|
||||
Either: true
|
||||
options:
|
||||
option1: individual
|
||||
option2: share
|
||||
option3: eithe
|
||||
individual: individual
|
||||
Shared: Shared
|
||||
Either: Either
|
||||
notes:
|
||||
type: textarea
|
||||
placeholder: notes...
|
||||
@@ -57,19 +70,20 @@ form:
|
||||
-
|
||||
type: submit
|
||||
value: Submit
|
||||
|
||||
process:
|
||||
-
|
||||
email:
|
||||
from: '{{ config.plugins.email.from }}'
|
||||
to: '{{ config.plugins.email.to }}'
|
||||
subject: '[inscriptions-] {{ form.value.name|e }}'
|
||||
body: '{% include "forms/data.html.twig" %}'
|
||||
subject: 'Artist Candidature''{{ form.value.first_name|e }}-{{ form.value.last_name|e }}'''
|
||||
body: '{% include ''forms/data.html.twig'' %}'
|
||||
attachments:
|
||||
- my-file
|
||||
- portfolio
|
||||
-
|
||||
save:
|
||||
fileprefix: inscriptions-
|
||||
dateformat: Y-H-u
|
||||
fileprefix: 'Artist Candidature-''{{ form.value.first_name|e }}-{{ form.value.last_name|e }}''-'
|
||||
dateformat: Y-m-d-h-i-s
|
||||
extension: txt
|
||||
body: '{% include "forms/data.txt.twig" %}'
|
||||
-
|
||||
@@ -77,4 +91,6 @@ form:
|
||||
reset: true
|
||||
---
|
||||
|
||||
We accept applications of artists from all practices. Our studios can be used individually or shared with others. Applications are for one person at a time, so even if you are applying as a group, please fill out individual applications and specify in *notes* who you wish to share a studio with. Our studio prices are offered inline with the _Greater London authorities affordability guide* (2014, 2019)_ and are inclusive of all utilities (inc. wifi). They are accessible 24/7, with communal areas and shared kitchens available. Please allow us a week to get back to you, you will receive a response over email. Email us at [studio@vocurations.com](mailto:studio@vocurations.com) for any further questions, or if you would like to visit our facilities.
|
||||
We accept applications of artists from all practices. Our studios can be used individually or shared with others; applications are for one person at a time, so even if you are applying as a group, please fill out individual applications and specify in _notes_ who you wish to share with. Our studio prices start from £100pm and are offered inline with _Greater London Authority's affordability guide (2014, 2019)_. All prices are inclusive of utilities (inc. wifi). Facilities are accessible 24/7 with communal areas and shared kitchens available.
|
||||
|
||||
Please allow us a week to get back to you, you will receive a response via email. Feel free to contact [studio@vocurations.com](mailto:studio@vocurations.com) for any further questions, or to organise a site visit!
|
||||
|
||||
@@ -6,8 +6,6 @@ aura:
|
||||
pagetype: website
|
||||
---
|
||||
|
||||
V.O Studios offers affordable workspaces to artists based in London. The group reflects the diversity of artists and practices in the city, and form an integral part of V.O’s community-at-large. All studios are located in (Zone 1) Central London, with the view to ease access and visibility for each artist. ‘Open Days’ are scheduled throughout the year to offer artists ongoing opportunities to create new dialogues with interested members of the local community, as well as the wider public. V.O ensures their artist community their ongoing support through advising on professional development, mentoring, presentation, and access to workshop and exhibition opportunities. V.O Studios are currently located in Waterloo, SE1 and 242 Marylebone Road, NW1 with more upcoming spaces from spring 2020!
|
||||
|
||||
V.O Studios offers affordable workspaces to artists based in London. The group reflects the diversity of artists and practices in the city, and form an integral part of V.O’s community-at-large. All studios are located in Zone 1 Central London, with the view to ease access and visibility for each artist. ‘Open Days’ are scheduled throughout the year to offer artists ongoing opportunities to explore new dialogues with interested members of the local community, as well as the wider public. V.O ensures their artist community their ongoing support through advising on professional development, mentoring, presentation, and access to workshop and exhibition opportunities. V.O Studios are currently located in Waterloo, SE1 and 242 Marylebone Road, NW1, with more upcoming spaces from spring 2020!
|
||||
_V.O Studios is a not-for-profit initiative launched October 2019._
|
||||
|
||||
### [OPEN DAYS: 22.02.2020](/whats-on/events/current-upcoming/public-days)
|
||||
Reference in New Issue
Block a user