feature: add success page for form
This commit is contained in:
parent
c2103218e2
commit
a371e8d990
@ -1,6 +1,6 @@
|
|||||||
<template>
|
<template>
|
||||||
<div class="feedback-form">
|
<div class="feedback-form">
|
||||||
<form netlify netlify-honeypot method="post">
|
<form netlify netlify-honeypot method="post" action="/success">
|
||||||
<p class="hidden">
|
<p class="hidden">
|
||||||
<label>
|
<label>
|
||||||
Don’t fill this out if you’re human: <input name="bot-field" />
|
Don’t fill this out if you’re human: <input name="bot-field" />
|
||||||
|
6
pages/success.vue
Normal file
6
pages/success.vue
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
<template>
|
||||||
|
<div>
|
||||||
|
<h1>Thanks for your feedback!</h1>
|
||||||
|
<NuxtLink to="/">Home</NuxtLink>
|
||||||
|
</div>
|
||||||
|
</template>
|
Loading…
x
Reference in New Issue
Block a user