Thanks for this - my form wouldn’t accept data until I added the botfield and then this underneath:
<input type="hidden" name="form-name" value="contact" />
Was driving me nuts.
Thanks for this - my form wouldn’t accept data until I added the botfield and then this underneath:
<input type="hidden" name="form-name" value="contact" />
Was driving me nuts.
My question would be, if I use a “Branch Deploy” such as staging
for testing, should I be able to see it in https://app.netlify.com/sites/YOURSITENAME/forms
? Or it needs to be on production?.
Hi @alvaro.saburido,
Yup, forms deployed on a branch will also show up on /forms
. We don’t separate forms based on the branch.