From 91c2b0b4b9fe7b19fc0aec7c071c04bb39fc096e Mon Sep 17 00:00:00 2001 From: Logan Hunt Date: Tue, 24 May 2022 20:19:27 -0700 Subject: Add phone number field --- src/routes/contact/index.svelte | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/routes/contact/index.svelte') diff --git a/src/routes/contact/index.svelte b/src/routes/contact/index.svelte index 3f551ec..e097894 100644 --- a/src/routes/contact/index.svelte +++ b/src/routes/contact/index.svelte @@ -7,6 +7,7 @@ name: '', email: '', message: '', + phone: '', captchaToken: '', }; @@ -109,6 +110,10 @@ +
+ + +
-- cgit v1.2.3-70-g09d2