More form updates
Torey Heinz
committed Apr 18, 2020
commit bf024e2037c761cdaa8876d23edf002a33356e65
Showing 2
changed files with
2 additions
and 2 deletions
src/components/ContactForm.vue
+1
-1
| @@ | @@ -1,5 +1,5 @@ |
| <template lang="pug"> | |
| - | form(name="ARF Contact" method="POST" data-netlify-recaptcha="true" data-netlify="true" action="/confirmations/contact/") |
| + | form(name="ARF Contact" method="POST" data-netlify="true" action="/confirmations/contact/") |
| div.field | |
| label.label Name | |
| div.control | |
src/components/VolunteerForm.vue
+1
-1
| @@ | @@ -1,7 +1,7 @@ |
| <template lang="pug"> | |
| div.section.has-shadow.mb-2 | |
| h3.title.mb-2 Volunteer Form | |
| - | form(name="ARF Volunteer Form" method="POST" data-netlify-recaptcha="true" data-netlify="true" action="/confirmations/volunteer/") |
| + | form(name="ARF Volunteer Form" method="POST" data-netlify="true" action="/confirmations/volunteer/") |
| div.field | |
| label.label Name | |
| div.control | |