From 201bef34f7d46384ac71fe9cc4fcaf13e2267eb4 Mon Sep 17 00:00:00 2001 From: Aya Tanikawa <15815271+ayatnkw@users.noreply.github.com> Date: Thu, 5 Dec 2024 12:22:04 +0900 Subject: [PATCH] fix(Form Trigger node): remove depreacted option --- .../builtin/core-nodes/n8n-nodes-base.formtrigger.md | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/integrations/builtin/core-nodes/n8n-nodes-base.formtrigger.md b/docs/integrations/builtin/core-nodes/n8n-nodes-base.formtrigger.md index 70543e02e5..85b1121458 100644 --- a/docs/integrations/builtin/core-nodes/n8n-nodes-base.formtrigger.md +++ b/docs/integrations/builtin/core-nodes/n8n-nodes-base.formtrigger.md @@ -109,7 +109,6 @@ Choose when n8n sends a response to the form submission. You can respond when: - **Form Is Submitted**: Send a response to the user as soon as they submit the form. - **Workflow Finishes**: Use this if you want the workflow to complete its execution before you send a response to the user. If the workflow errors, it sends a response to the user telling them there was a problem submitting the form. -- **Using 'Respond to Webhook' Node**: Use this for the form trigger to respond as defined in the [Respond to Webhook](/integrations/builtin/core-nodes/n8n-nodes-base.respondtowebhook/) node. ## Node options