I built a script (classic asp) that generates simple forms from DB tables. I give it a table name, and it generates an HTML page with a form in it. for each field in the table, it generates an input box in the form.
It will be very easy for me to also create a javascript object in each page that will describe each form input (values expected, optional or not, default value etc...)
My question is is there a jquery plugin (or something similar) that knows how to take data like that, and replace each input with something more suited.
Thanks, Ami