changes text area and lints
This commit is contained in:
parent
6242c0916f
commit
5fd5e9e7bf
@ -1,6 +1,6 @@
|
||||
<template>
|
||||
<div>
|
||||
<h1> Thanks for your feedback! </h1>
|
||||
<NuxtLink to="/">Home</NuxtLink>
|
||||
</div>
|
||||
<div>
|
||||
<h1>Thanks for your feedback!</h1>
|
||||
<NuxtLink to="/">Home</NuxtLink>
|
||||
</div>
|
||||
</template>
|
||||
|
@ -1,5 +1,11 @@
|
||||
<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>
|
||||
</form>
|
||||
<form
|
||||
name="feedback"
|
||||
action="/testpage"
|
||||
netlify
|
||||
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