Switch to form bucket
Torey Heinz
committed Apr 18, 2020
commit fe864397c4d44faae1a9008a56d865aac7d2cdd6
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="true" action="/confirmations/contact") |
| + | form(name="ARF Contact" method="POST" action="https://formbucket.com/f/buk_fksDaZZVJ6fK6GDAIMJzoRgw") |
| 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="true" action="/confirmations/volunteer") |
| + | form(name="ARF Volunteer Form" method="POST" action="https://formbucket.com/f/buk_JJEf7uWIB5SkjPNfQnL7Et2n") |
| div.field | |
| label.label Name | |
| div.control | |