Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions en/extras/formit/formit.hooks/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ This is a list of the built-in hooks packaged with FormIt:
- [math](extras/formit/formit.hooks/math "FormIt.Hooks.math")
- [recaptcha](extras/formit/formit.hooks/recaptcha "FormIt.Hooks.recaptcha")
- [FormItAutoResponder](extras/formit/formit.hooks/formitautoresponder "FormIt.Hooks.FormItAutoResponder")
- [FormItSaveForm](extras/formit/formit.hooks/formitsaveform "FormIt.Hooks.FormItSaveForm")

The redirect hook (if used) should always be the last hook specified. Remember that the hooks execute in the order they are specified in the property.

Expand Down
Loading