Add fieldType:html in the n8n form node while using the "Using JSON" option [GOT CREATED]

The idea is:

Add fieldType:html in the n8n form while using the “Using JSON” option. So far the supported field types are just: date, dropdown, email, file, number, password, text and textarea-

My use case:

Add a custom HTML description to a form before adding the other fields

I think it would be beneficial to add this because:

It is possible to do it using the “Using fields below” option but sometimes a JSON is needed for some advanced manipulations.

Are you willing to work on this?

I’m not a developer and I can’t help on this.

+1 - I wanted to add explanations to some dynamic fields (required etc.) but wasn’t able to

Good news — custom HTML form elements (including via JSON configuration) have been released in n8n v1.77.0 via #12760. Closing as completed.