Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/studio1902/statamic-peak in…
Browse files Browse the repository at this point in the history
…to main
  • Loading branch information
robdekort committed Nov 2, 2021
2 parents 182be17 + 7763d50 commit 04e7bbe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docs/features/forms.md
Expand Up @@ -10,7 +10,7 @@ Peak renders forms and mail templates dynamically so you can add as many forms a
* `resources/lang/en.json`. Strings file containing the the form's localizable field labels.
* `resources/lang/en/strings.php` Strings file containing the e-mail's localizable body contents and logo image location.

The default contact form has a required consent field. The fiels handle is `consent`. Due to restraints the form template contains a conditional that depens on this specific handle name. Don't use it for other form fields.
The default contact form has a required consent field. The field handle is `consent`. Due to restraints the form template contains a conditional that depens on this specific handle name. Don't use it for other form fields.

The forms sending is done with fetch and uses Alpine to display the various notifications.

Expand Down

0 comments on commit 04e7bbe

Please sign in to comment.