mirror of
https://github.com/open-policy-agent/opa.git
synced 2026-08-13 03:42:35 -06:00
fb8f6c4a4a
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>
18 lines
389 B
HTML
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>
|