html - PHP solutions for storing forms in JSON -
Forgive my second rate google-fu, but I find it difficult to find this topic. Whatever I can know is a dirty form-generator that will suppress HTML.
I am looking for an established approach to store forms (forms instead of form data) in a library or JSN format. Is there an open-source form-builder that takes simple input and creates something like standard to represent the raw HTML form field or JSON / Associate Array? ("Red", "green", "blue"}} "" "" "{" id ": {" select "]," name ",
: ["Favorite_color"], "option"
etc ...
I think this kind of trivial problem, but before I roll my own one It is basically a templating system, and I want to at least peak on the accepted solution.
Which is using JSON as its intermediate language. Is there any reason that you can find out there in the Kajilian of thermalating systems Want to use JSON instead of one?
Comments
Post a Comment