Next Form Page Node: defaultValue, readonly, & input in Custom HTML

Hello n8n community,

Quick questions about the “Next Form” node:

  1. defaultValue: Can we programmatically set initial field values in a continuous workflow using defaultValue in the JSON definition? If so, what’s the correct approach?
  2. Readonly Fields: How can we make specific fields in a Next Form uneditable by default? Is the readonly property the correct method?
  3. Input in Custom HTML: Can we use <input> elements within a Next Form’s “Custom HTML” field? If not, what’s the alternative for displaying non-editable data that looks like an input?

Thanks for any help!

I’m also looking for the same thing. Did you get the solution yet?

Is there a plan to add this features to n8n forms?