Hello n8n community,
Quick questions about the “Next Form” node:
defaultValue: Can we programmatically set initial field values in a continuous workflow usingdefaultValuein the JSON definition? If so, what’s the correct approach?- Readonly Fields: How can we make specific fields in a Next Form uneditable by default? Is the
readonlyproperty the correct method? - 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!