Still fighting with these forms

Torey Heinz committed Apr 18, 2020
commit 7b4ba78fce36be593636b1594df9a8496f0d3ceb
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" 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="true" action="/confirmations/volunteer/")
+ form(name="ARF Volunteer Form" method="POST" data-netlify="true" action="/confirmations/volunteer")
div.field
label.label Name
div.control