Skip to content

Commit b3891b7

Browse files
committed
changes to form
1 parent 67e761b commit b3891b7

2 files changed

Lines changed: 34 additions & 2 deletions

File tree

content/english/events/registration.md

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,13 +27,29 @@ dynamic_form_engine:
2727
content: ''
2828
required: true
2929
type: email
30+
- identifier: participation-type
31+
id: participation-type
32+
title: Participation type
33+
content: ''
34+
use_card_style: false
35+
options:
36+
- id: in-person
37+
value: In-person
38+
title: In-person
39+
content: ''
40+
- id: online
41+
value: Online
42+
title: Online
43+
content: ''
44+
required: true
45+
type: radio
3046
- identifier: terms-and-conditions
3147
id: terms-and-conditions
3248
title: By checking this box you agree with
3349
content: >
3450
- Submitted data will only be processed in the context of the event.
3551
36-
- Your registration is complete once the participation fee has been paid as outlined in the confirmation email.
52+
- Your registration is complete once the participation fee (€300 for in-person participation or €200 for online participation) has been paid. Payment instructions will be send to you by email.
3753
3854
- Inform Algorithm Audit as soon as possible if you are unable to attend the event by sending an email to info@algorithmaudit.eu.
3955
use_card_style: false

content/nederlands/events/registration.md

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,13 +27,29 @@ dynamic_form_engine:
2727
content: ''
2828
required: true
2929
type: email
30+
- identifier: participation-type
31+
id: participation-type
32+
title: Type deelname
33+
content: ''
34+
use_card_style: false
35+
options:
36+
- id: in-person
37+
value: Fysiek
38+
title: Fysiek
39+
content: ''
40+
- id: online
41+
value: Online
42+
title: Online
43+
content: ''
44+
required: true
45+
type: radio
3046
- identifier: terms-and-conditions
3147
id: terms-and-conditions
3248
title: Door dit vakje aan te vinken ga je akkoord met
3349
content: >
3450
- Ingezonden gegevens worden alleen verwerkt in het kader van het event.
3551
36-
- Je aanmelding is definitief zodra de deelnamekosten zijn voldaan zoals beschreven in de bevestigingsmail.
52+
- Je inschrijving is volledig zodra de deelnamekosten (€300 voor fysieke deelname of €200 voor online deelname) zijn betaald. Betalingsinstructies worden je per e-mail toegestuurd.
3753
3854
- Informeer Algorithm Audit zo snel mogelijk als je niet bij het event aanwezig kunt zijn door een mail te sturen naar info@algorithmaudit.eu.
3955
use_card_style: false

0 commit comments

Comments
 (0)