33 lines
665 B
Handlebars
33 lines
665 B
Handlebars
![]() |
=== CONTACT FORM SUBMISSION ===
|
||
|
|
||
|
You have received a new message from your website contact form.
|
||
|
|
||
|
CONTACT DETAILS:
|
||
|
Name: {{name}}
|
||
|
Email: {{email}}
|
||
|
Subject: {{subject}}
|
||
|
|
||
|
MESSAGE:
|
||
|
{{message}}
|
||
|
|
||
|
{{#if fields}}
|
||
|
ADDITIONAL INFORMATION:
|
||
|
{{#each fields}}
|
||
|
{{@key}}: {{this}}
|
||
|
{{/each}}
|
||
|
|
||
|
{{/if}}
|
||
|
SUBMISSION DETAILS:
|
||
|
Submitted: {{date_format submitted_at "%B %d, %Y at %I:%M %p UTC"}}
|
||
|
Form Type: {{capitalize form_type}}
|
||
|
{{#if ip_address}}
|
||
|
IP Address: {{ip_address}}
|
||
|
{{/if}}
|
||
|
{{#if user_agent}}
|
||
|
User Agent: {{truncate user_agent 100}}
|
||
|
{{/if}}
|
||
|
|
||
|
---
|
||
|
This email was generated automatically from your website contact form.
|
||
|
To reply to the sender, use their email address: {{email}}
|