changes text area and lints
This commit is contained in:
parent
6242c0916f
commit
5fd5e9e7bf
@ -1,6 +1,6 @@
|
|||||||
<template>
|
<template>
|
||||||
<div>
|
<div>
|
||||||
<h1> Thanks for your feedback! </h1>
|
<h1>Thanks for your feedback!</h1>
|
||||||
<NuxtLink to="/">Home</NuxtLink>
|
<NuxtLink to="/">Home</NuxtLink>
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
@ -1,5 +1,11 @@
|
|||||||
<form name="feedback" action="/testpage" netlify data-netlify-honeypot="bot-field" hidden>
|
<form
|
||||||
<input type="text" name="name" />
|
name="feedback"
|
||||||
<input type="email" name="email" />
|
action="/testpage"
|
||||||
<textarea name="message"></textarea>
|
netlify
|
||||||
</form>
|
data-netlify-honeypot="bot-field"
|
||||||
|
hidden
|
||||||
|
>
|
||||||
|
<input type="text" name="name" />
|
||||||
|
<input type="email" name="email" />
|
||||||
|
<textarea name="feedback"></textarea>
|
||||||
|
</form>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user