Skip to content

Commit

Permalink
fix(form-builder-app): fix typo (#30)
Browse files Browse the repository at this point in the history
Fixed a typo in the "Webiny Form Builder - Triggers" article.
  • Loading branch information
Ashu96 authored Apr 20, 2020
1 parent 6edf6f8 commit d457dff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/webiny-apps/form-builder/triggers.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ sidebar_label: Triggers

Triggers are special actions which are executed once a user makes a successful form submissions.

For example, once the user user successfully submits the form, you might want to redirect him to a different page, or maybe even fire a separate POST request to another service of your choice. This request will contain all of the submitted data of course.
For example, once the user successfully submits the form, you might want to redirect him to a different page, or maybe even fire a separate POST request to another service of your choice. This request will contain all of the submitted data of course.

You can set this up via the "Triggers" tab in the fields editor section in the form builder. There are two triggers that are offered by default: redirect and webhook.

Expand Down

0 comments on commit d457dff

Please sign in to comment.