<%= form.text_field :name, required: true, autofocus: true, class: "input full-width", placeholder: "Name your Webhook…", data: { action: "keydown.esc@document->form#cancel" } %>
<%= form.label :actions do %>
Events
<%= form.button type: :submit, class: "btn btn--link center txt-medium" do %>
Save Changes
<% end %>
<%= link_to "Go back", board_webhooks_path, data: { form_target: "cancel" }, hidden: true %>
<% end %>
Trigger a call to the Payload URL when these things occur:
<% end %> <%= render "webhooks/form/actions", form: form %>