Sunday, June 2, 2024
 Popular · Latest · Hot · Upcoming
172
rated 0 times [  176] [ 4]  / answers: 1 / hits: 64408  / 11 Years ago, wed, november 27, 2013, 12:00:00

How to create form from JSON Schema?



I am writing code in JavaScript and jquery. With this template part like Form I am creating this with haml and adding this in js file.
For backend I am using python. I am using Django framework.



So I got some links for create form from JSON Schema.



Reference link :
http://neyric.github.io/inputex/examples/json-schema.html



In my Form :
Input elemets : textboxes, textarea, select list, submit and cancel buttons are present.



So I want to ask is creating form with JSON schema is feasible or not?
If yes then, can you provide some good links?


More From » python

 Answers
14

jsonform - Build forms from JSON Schema. Easily template-able. Compatible with Twitter Bootstrap out of the box.




https://github.com/joshfire/jsonform


[#74036] Tuesday, November 26, 2013, 11 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
maxd

Total Points: 568
Total Questions: 100
Total Answers: 101

Location: Serbia
Member since Tue, Jul 26, 2022
2 Years ago
;