I believe to have followed all the guidelines, but my form is still not working.
Am I doing something wrong?
<form name="feedback-homepage" method="POST" netlify>
<input type="hidden" name="country" value="{{country}}">
<textarea type="inputarea" name="feedback" placeholder="Your feedback here!"></textarea>
<br>
<button type="submit" style="margin: 1rem;padding: 0.5rem;">Submit your feedback!</button>
</form>
However, it render this:
<form name="feedback-homepage" method="POST" netlify>
<input type="hidden" name="country" value="">
<textarea type="inputarea" name="feedback" placeholder="Your feedback here!"></textarea>
<br>
<button type="submit" style="margin: 1rem;padding: 0.5rem;">Submit your feedback!</button>
</form>
So the netlify attribute is still there, meaning that it was not processed correctly.
Moreover, I don’t receive anything if I submit this form.
Am I doing something very foolish?
Yes, I believe to check all the points here: [Common Issue] Form problems, form debugging, 404 when submitting
The website is: esim-world.netlify.com