Skip to content

Commit

Permalink
Include form helpers in addon
Browse files Browse the repository at this point in the history
  • Loading branch information
robdekort committed Mar 9, 2023
1 parent 9312cc1 commit a53558a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions resources/views/snippets/_form_handler.antlers.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@

<!-- statamic-peak-tools::snippets/_form_handler.antlers.html -->
{{ once }}
{{# The Statamic helpers for conditional fields. #}}
<script src="/vendor/statamic/frontend/js/helpers.js"></script>
{{# The form script handling validation and submission via AJAX with `fetch()`. #}}
<script>
document.addEventListener('alpine:initializing', () => {
Expand Down

0 comments on commit a53558a

Please sign in to comment.