diff options
| author | Logan Hunt <loganhunt@simponic.xyz> | 2022-05-24 20:19:27 -0700 |
|---|---|---|
| committer | Logan Hunt <loganhunt@simponic.xyz> | 2022-05-24 20:19:27 -0700 |
| commit | 91c2b0b4b9fe7b19fc0aec7c071c04bb39fc096e (patch) | |
| tree | 826bce2525c9897aee2075d2bd06a9f4f895ce5c /src/routes/contact/submit.js | |
| parent | 09d685c0638adf4c62ca63ce8384d2816f3a05c8 (diff) | |
| download | mistymountainstherapy-91c2b0b4b9fe7b19fc0aec7c071c04bb39fc096e.tar.gz mistymountainstherapy-91c2b0b4b9fe7b19fc0aec7c071c04bb39fc096e.zip | |
Add phone number field
Diffstat (limited to 'src/routes/contact/submit.js')
| -rw-r--r-- | src/routes/contact/submit.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/routes/contact/submit.js b/src/routes/contact/submit.js index fd78dfc..da1ab59 100644 --- a/src/routes/contact/submit.js +++ b/src/routes/contact/submit.js @@ -28,6 +28,7 @@ export async function post({ request }) { subject: `Form Submission from ${body.name}`, text: ` Name: ${body.name} + Phone Number: ${body.phone || "Not Given"} Email: ${body.email} Message: ${body.message} `, |
