fix: add form name
This commit is contained in:
parent
a371e8d990
commit
9ca2f85ed3
@ -1,6 +1,12 @@
|
|||||||
<template>
|
<template>
|
||||||
<div class="feedback-form">
|
<div class="feedback-form">
|
||||||
<form netlify netlify-honeypot method="post" action="/success">
|
<form
|
||||||
|
netlify
|
||||||
|
netlify-honeypot
|
||||||
|
name="feedback"
|
||||||
|
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" />
|
||||||
|
Loading…
x
Reference in New Issue
Block a user