89 lines
2.8 KiB
Markdown
89 lines
2.8 KiB
Markdown
---
|
|
title: Apply
|
|
visible: false
|
|
aura:
|
|
pagetype: website
|
|
form:
|
|
name: custom_form
|
|
fields:
|
|
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: 'upload portfolio'
|
|
placeholder: 'upload portfolio'
|
|
type: file
|
|
multiple: false
|
|
destination: user/data/files
|
|
accept:
|
|
- application/pdf
|
|
- application/x-pdf
|
|
- image/png
|
|
- text/plain
|
|
studio:
|
|
type: radio
|
|
placeholder: Studio
|
|
default:
|
|
individual: true
|
|
Shared: true
|
|
Either: true
|
|
options:
|
|
individual: individual
|
|
Shared: Shared
|
|
Either: Either
|
|
notes:
|
|
type: textarea
|
|
placeholder: notes...
|
|
buttons:
|
|
-
|
|
type: submit
|
|
value: Submit
|
|
process:
|
|
-
|
|
save:
|
|
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" %}'
|
|
-
|
|
message: Sent
|
|
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, even if you apply 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. Facilities are accessible 24/7 with communal areas and shared kitchens available.
|
|
|
|
Feel free to contact [studio@vocurations.com](mailto:studio@vocurations.com) for any further questions, or to organise a site visit.
|