Fix gender not being included in contactform emails
This commit is contained in:
@@ -15,6 +15,10 @@
|
||||
<th>Name</th>
|
||||
<td>{contactForm.name}</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Geschlecht</th>
|
||||
<td>{contactForm.gender}</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Firma/Verein</th>
|
||||
<td>{contactForm.company -> v:or(alternative: 'Keine Angabe')}</td>
|
||||
|
||||
Reference in New Issue
Block a user