I'm working on a module that should construct HTML forms + JS Functionality (for different input events) from a pre-defines XML's that contains set of rules as followed:
Definition of each input in the form - this XML will be send to the client and back to the server with the form input element values as part of it
The Validation/s we will do on the client browser for the specified input element/s
Dependencies between elements (behaviors)- for example: when a ListBox of Customers value changes - we should change the ListBox of the Support Persons
After I search for something similar in Google and I didn't find equivalent source code, walkthrough or product
I hope that someone could assist me from his experience while working on a similar solution.
Or by directing me to a product that gives this functionality or to direct me to relevant resources that can help
For more details click here ...