Very nice and useful project. I was thinking about creating a simple
framework for myself for similar purpose and you've done the job in a
great way! I'm going to give it a try for my application.Thank you
very much. :-)
It seems the project is now focus in the field level. I wonder if the
whole form could be defined in JSON.
When I searched for a JavaScript form framework, I came across a
project called JSONER that seems to allow defining a whole form in
JSON and render it. You may see the example at: http://www.soft-amis.com/jsoner/examples.html
( scroll down to the "working with HTML form in JSONER"). I'm wonder
if it will be in the roadmap of inputex to support creating a whole
form in a JSON that has defined all the fields with text label,
interactive rules, validation rules, submission target etc., and the
whole form will be created inline with a single JavaScript call?