Why can't we add elements to the "form" node similar to how we can use msg.option on "dropdown"?

Hello
I wish to define the elements on a form using msg properties by sending it an array of objects. Unfortunately the node does not currently support this.
Looking for any suggestions, alternatives.

A form is a bit more complex than a single dropdown.

Form node does quite of complex calculations to fit defined elements depending on dashboard and card size configuration. If this kind of calculations left to user to figure out, the widget will be unusable due the complexity. Way above the average user considered to achieve without deep diving into the front-end coding practice. Major difference with the drop-down widget is that overflow behavior is predictable and simple for drop-down.

You can develop the form using the ui_template or you can make the form using simple ui_widgets and create the overall form logic flow at the server side.

2 Likes

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.