|
|
| | Ask HN: Is there a markup language for forms? | | 33 points by benkarst on Jan 5, 2020 | hide | past | favorite | 11 comments | | I've been coding web and mobile apps for 12 years and I've worked on countless forms. It seems like there should exist a formal way to define them (field names, data types, validation, endpoints, etc.), compatible with backend and frontend languages. Then a library, in each given language to render the form. Anyway, I'd like to define a form once and render it or process it without any extra work. Do any hackers know of such a thing? |
|

Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact
|
Json schema also has many tools for validation, which is nice if you're passing the form data around.