diff --git a/docs/integrations/builtin/core-nodes/n8n-nodes-base.form.md b/docs/integrations/builtin/core-nodes/n8n-nodes-base.form.md index 6295e0c0a..19777294e 100644 --- a/docs/integrations/builtin/core-nodes/n8n-nodes-base.form.md +++ b/docs/integrations/builtin/core-nodes/n8n-nodes-base.form.md @@ -192,6 +192,8 @@ Select **Add Option** to view more configuration options: - **Form Title**: The title for your form. n8n displays the **Form Title** as the webpage title and main `h1` title on the form. - **Form Description**: The description for your form. n8n displays the **Form Description** as a subtitle below the main `h1` title on the form. This field supports HTML. Use `\n` or `
` to add a line break. The Form Description also populates the [HTML meta description](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/meta/name#standard_metadata_names_defined_in_the_html_specification) for the page. - **Button Label**: The label to use for your form's submit button. n8n displays the **Button Label** as the name of the submit button. +- **Custom Form Styling**: Override the default styling of the public form interface with CSS. The field pre-populates with the default styling so you can change only what you need to. +- **Completion Page Title**: The title for the final completion page of the form. ## Running the node 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 d64750d60..e7de5c565 100644 --- a/docs/integrations/builtin/core-nodes/n8n-nodes-base.formtrigger.md +++ b/docs/integrations/builtin/core-nodes/n8n-nodes-base.formtrigger.md @@ -119,11 +119,11 @@ Choose when n8n sends a response to the form submission. You can respond when: Select **Add Option** to view more configuration options: - **Append n8n Attribution**: Turn off to hide the **Form automated with n8n** attribute at the bottom of the form. -- **Form Response**: Choose how to respond when the user submits the form. - - **Respond With** > **Form Submitted Text**: Show a message to the user. - - **Respond With** > **Redirect URL**: Send the user to a new page. +- **Button Label**: The label to use for your form's submit button. n8n displays the **Button Label** as the name of the submit button. +- **Form Path**: The final segment of the form's URL, for both testing and production. Replaces the automatically generated UUID as the final component. - **Ignore Bots**: Turn on to ignore requests from bots like link previewers and web crawlers. - **Use Workflow Timezone**: Turn on to use the timezone in the [Workflow settings](/workflows/settings.md) instead of UTC (default). This affects the value of the `submittedAt` timestamp in the node output. +- **Custom Form Styling**: Override the default styling of the public form interface with CSS. The field pre-populates with the default styling so you can change only what you need to. ## Templates and examples