feat(n8n Form Trigger Node): Form Improvements (#12590)

This commit is contained in:
Dana
2025-01-20 16:52:06 +01:00
committed by GitHub
parent 3434682e41
commit f167578b32
9 changed files with 148 additions and 23 deletions

View File

@@ -29,7 +29,7 @@ export const formDescription: INodeProperties = {
default: '',
placeholder: "e.g. We'll get back to you soon",
description:
'Shown underneath the Form Title. Can be used to prompt the user on how to complete the form.',
'Shown underneath the Form Title. Can be used to prompt the user on how to complete the form. Accepts HTML.',
typeOptions: {
rows: 2,
},