fix: add randomly missing action for form
This commit is contained in:
@ -1,10 +1,6 @@
|
||||
<template>
|
||||
<div class="feedback-form">
|
||||
<form
|
||||
netlify
|
||||
netlify-honeypot
|
||||
method="post"
|
||||
>
|
||||
<form netlify netlify-honeypot method="post" action="/feedback">
|
||||
<p class="hidden">
|
||||
<label>
|
||||
Don’t fill this out if you’re human: <input name="bot-field" />
|
||||
|
Reference in New Issue
Block a user