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