Files
releases/docs/static/netlify-forms.html
T
Charlie Egan 2733643045 docs: Add feedback form for user reported issues (#7662)
Form submissions will be sent to a channel for OPA maintainers to review.

Signed-off-by: Charlie Egan <charlie@styra.com>
2025-06-04 13:08:58 +00:00

19 lines
428 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" />
<input type="email" name="email" />
<textarea name="comment"></textarea>
</form>
</div>
</body>
</html>