Form Builder
Form Schema Config
Add or remove group
Title | Type | Validation |
---|---|---|
Form
Form preview
Form Schema
Form scheme description
{"title":"A registration form","description":"A simple form example.","type":"object","required":["firstName","lastName"],"properties":{"firstName":{"type":"string","title":"First name","default":"Chuck"},"lastName":{"type":"string","title":"Last name"},"age":{"type":"integer","title":"Age"},"bio":{"type":"string","title":"Bio"},"password":{"type":"string","title":"Password","minLength":3},"telephone":{"type":"string","title":"Telephone","minLength":10}}}
Form Change
View data changing upon update
{"lastName":"Norris","age":75,"bio":"Roundhouse kicking asses since 1940","password":"noneed","telephone":"1-800-KICKASS"}
Form Data
Hit 'Submit' to view the form data
{"lastName":"Norris","age":75,"bio":"Roundhouse kicking asses since 1940","password":"noneed","telephone":"1-800-KICKASS"}