Hi Michael,
I am working on a complex form (20-30 items: textarea and popup list) that must be used for some data-entry.
I saw that your class UIInput send a message to the receiver, but in this way each item of the form require a single script.
How I can build a good form manager, that take care to read each item when I click on a submit button?
Exist a better way to collect user input when I do a "form submit"?
Kenshin