tries the fiz
This commit is contained in:
parent
ead5301244
commit
b8d48d42b7
@ -1,6 +1,12 @@
|
||||
<template>
|
||||
<div class="feedback-form">
|
||||
<form netlify method="POST" name="feedback">
|
||||
<form
|
||||
netlify
|
||||
action="/"
|
||||
method="post"
|
||||
name="feedback"
|
||||
data-netlify-honeypot="bot-field"
|
||||
>
|
||||
<input type="hidden" name="form-name" value="feedback" />
|
||||
<label for="name">Name</label>
|
||||
<input type="text" name="name" />
|
||||
|
Loading…
x
Reference in New Issue
Block a user