Files
releases/docs/static/netlify-forms.html
T
Charlie Egan fb8f6c4a4a website: Process feedback form on netlify (#8040)
This new function allows netlify to process the form's notification hook
itself and post to slack without zapier.

Signed-off-by: Charlie Egan <charlie_egan@apple.com>
2025-11-11 11:22:50 +00:00

18 lines
389 B
HTML

<html>
<head></head>
<!-- This page is not linked but is used by Netlify forms to determine the permitted values of form submissions -->
<body>
<div>
<form name="page-feedback" netlify netlify-honeypot="bot-field" hidden>
<input type="hidden" name="url" />
<input type="hidden" name="feedback-type" />
<textarea name="comment"></textarea>
</form>
</div>
</body>
</html>