From working with the form node over the past few days, I have a few possible improvements for consideration.
-
Allow custom CSS to be applied globally (to all other form nodes). After adding them to the form trigger, it seems you have to manually apply the custom CSS to each subsequent node. This can get cumbersome when you have a high number of form nodes for complex dialogs.
-
Add a checkbox (single select) element type. Today I can add a dropdown - and then enable multiple choice. This gives me checkboxes. But I cannot restrict the multiple choice to a single option. In other words, if I want a YES / NO option as checkboxes, a user can select both options today.
-
Allow form elements to be moved below the submit button (or add a form footer). This would be handy for custom HTML - for instance as a custom form footer that would typically be positioned below the button.