Skip to content

Commit

Permalink
Hide the fields for customising event confirmation emails
Browse files Browse the repository at this point in the history
  • Loading branch information
janwerkhoven committed Apr 19, 2024
1 parent 6bb18f3 commit f420900
Showing 1 changed file with 11 additions and 6 deletions.
17 changes: 11 additions & 6 deletions app/pods/secure/events/event/template.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -154,26 +154,31 @@

<h2>Confirmation email</h2>

<Field::String
<p>When visitors complete an event registration form, 3 confirmation
emails are sent: 1 to the visitor 1 to Steven and 1 to Jan.</p>
<p>For now the confirmation emails are available in French and English.</p>
<p>Please discuss with Jan how to further improve this feature.</p>

{{!-- <Field::String
@label='Confirmation email subject'
@record={{event}}
@attribute='confirmationEmailSubject'
/>
/> --}}

<Field::String
{{!-- <Field::String
@label='Confirmation email BCC'
@record={{event}}
@multiline='true'
@attribute='confirmationEmailBcc'
/>
/> --}}

<Field::String
{{!-- <Field::String
@label='Confirmation email body'
@record={{event}}
@attribute='confirmationEmailBody'
@multiline='true'
@tools={{array 'bold' 'link' 'bullets'}}
/>
/> --}}
{{/if}}

<h2>Attendees</h2>
Expand Down

0 comments on commit f420900

Please sign in to comment.