任何工具来生成html表单

问题描述:

我想根据服务器的json响应生成html表单。在JSON响应中将会有输入类型,输入标题都是必需信息。它可以是checbox,单选按钮,texarea或任何输入。

I want to generate html form based on json response from server. In JSON response there will be input type , input title all necessay information. It can be checbox , radio button , texarea or any any input.

是否有任何第三方工具来生成表单。

Is there any third party tool to generate the form.

谢谢。

尝试使用dhtmlx表单javascript库:

Try the dhtmlx forms javascript library:

http://www.dhtmlx.com/docs/products/dhtmlxForm /index.shtml

您可以使用xml / json作为数据源即时创建表单

You can create forms on the fly with xml/json as datasource