Add missing field to contact form email template
This commit is contained in:
@@ -15,6 +15,10 @@
|
||||
<th>Name</th>
|
||||
<td>{contactForm.name}</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Vorname</th>
|
||||
<td>{contactForm.firstName}</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Geschlecht</th>
|
||||
<td>{contactForm.gender}</td>
|
||||
|
||||
Reference in New Issue
Block a user