JavaScript to generate/render dynamic HTML form from JSON or similar data?

后端 未结 2 1393
逝去的感伤
逝去的感伤 2020-12-29 16:43

I would like to offer viewers a contact form that is modified according to the user\'s input. An example of such a form is on the Ext JS site. I have not looked into the pro

2条回答
  •  时光取名叫无心
    2020-12-29 17:10

    Here are some other implementations:

    • http://neyeon.com/p/jquery.dform/ (depends on jQuery)
    • http://neyric.github.com/inputex/ (depends on YUI)
    • http://robla.net/jsonwidget/

    I also plan to add this functionality to my own js-forms library, which would also handle validation.

提交回复
热议问题