I need to generate an entire html form dynamically based on the Ajax response from server. In response there will be information like input type , input labels, validations if any etc.
The form at most will always have ten fields.
Is there any jQuery/ javascript tool/plugin to generate the form?
Thanks.
Formation
From their example:
However, this is all stuff you can easily do with Jquery, and it is a good learning experience so I recommend trying it yourself.