Revert "remove \n for new lines in Form node" (#4115)

Co-authored-by: Kartik Balasubramanian <22399046+HumanistSerif@users.noreply.github.com>
This commit is contained in:
krisn0x
2026-01-27 00:45:17 +02:00
committed by GitHub
parent 0d4884ddc6
commit 9bc8f2c9a5

View File

@@ -200,7 +200,7 @@ Choose between these options when using **On n8n Form Submission**:
- **Show Completion Screen**: Shows users a final screen to confirm that they submitted the form.
- Fill in **Completion Title** to set the `h1` title on the form.
- n8n displays the **Completion Message** as a subtitle below the main `h1` title on the form. Use `<br>` to add a line break.
- n8n displays the **Completion Message** as a subtitle below the main `h1` title on the form. Use `\n` or `<br>` to add a line break.
- Select **Add option** and fill in **Completion Page Title** to set the page's title in the browser tab.
- **Redirect to URL**: Redirect the user to a specified URL when the form completes.
- Fill in the **URL** field with the page you want to redirect to when users complete the form.
@@ -208,7 +208,7 @@ Choose between these options when using **On n8n Form Submission**:
- Fill in the **Text** field with the HTML or plain text content you wish to show.
- **Return Binary File**: Return a binary file upon completion.
- Fill in **Completion Title** to set the `h1` title on the form.
- n8n displays the **Completion Message** as a subtitle below the main `h1` title on the form. Use `<br>` to add a line break.
- n8n displays the **Completion Message** as a subtitle below the main `h1` title on the form. Use `\n` or `<br>` to add a line break.
- Provide the **Input Data Field Name** containing the binary file to return to the user.
### Forms with branches
@@ -238,7 +238,7 @@ This workflow may execute more than one branch during an execution. Here, n8n ex
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 `<br>` 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.
- **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 `<br>` 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.