adds success page

This commit is contained in:
Tara Z. Manicsic 2022-02-22 01:11:17 -05:00
parent 55dfd249eb
commit 26ca4e81e5
3 changed files with 6 additions and 2 deletions

View File

@ -2,7 +2,7 @@
<div class="feedback-form">
<form
netlify
action="/"
action="/testpage"
method="post"
name="feedback"
data-netlify-honeypot="bot-field"

4
pages/TestPage.vue Normal file
View File

@ -0,0 +1,4 @@
<template>
<h1> Thanks, boo 💝 </h1>
<NuxtLink to="/">let's go home</NuxtLink>
</template>

View File

@ -1,4 +1,4 @@
<form name="feedback" action="/" netlify data-netlify-honeypot="bot-field" hidden>
<form name="feedback" action="/testpage" netlify data-netlify-honeypot="bot-field" hidden>
<input type="text" name="name" />
<input type="email" name="email" />
<textarea name="message"></textarea>