diff --git a/src/events/viewEvent.js b/src/events/viewEvent.js index f6968360d4e6bcaba462836ffeea37a02f62f8d3..3abf7163ab4f5e35a9e1a05c61ffe082f4bc6a5e 100644 --- a/src/events/viewEvent.js +++ b/src/events/viewEvent.js @@ -229,7 +229,12 @@ export default class viewEvent extends ItemView { { title: 'Selection Mode' }, m.trust(this.data.selection_strategy), ) : '', - this.data.allow_email_signup ? m(Property, 'non AMIV-Members allowed') : '', + this.data.allow_email_signup && m(Property, 'non AMIV-Members allowed'), + this.data.additional_fields && m( + Property, + { title: 'Registration Form' }, + this.data.additional_fields, + ), ]), // a list of email adresses of all participants, easy to copy-paste