From d457dff5e8b94df7189edece5bdf6e2758cf4974 Mon Sep 17 00:00:00 2001 From: Ashutosh Date: Mon, 20 Apr 2020 12:03:35 +0530 Subject: [PATCH] fix(form-builder-app): fix typo (#30) Fixed a typo in the "Webiny Form Builder - Triggers" article. --- docs/webiny-apps/form-builder/triggers.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/webiny-apps/form-builder/triggers.md b/docs/webiny-apps/form-builder/triggers.md index cbd8e1bdd..6ac0a1b71 100644 --- a/docs/webiny-apps/form-builder/triggers.md +++ b/docs/webiny-apps/form-builder/triggers.md @@ -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.