fix: add randomly missing action for form

This commit is contained in:
Ben Hong 2022-02-23 08:47:19 -08:00
parent f2f4966c24
commit be902ad91f

View File

@ -1,10 +1,6 @@
<template> <template>
<div class="feedback-form"> <div class="feedback-form">
<form <form netlify netlify-honeypot method="post" action="/feedback">
netlify
netlify-honeypot
method="post"
>
<p class="hidden"> <p class="hidden">
<label> <label>
Dont fill this out if youre human: <input name="bot-field" /> Dont fill this out if youre human: <input name="bot-field" />