gitana / alpaca

Alpaca provides the easiest way to generate interactive HTML5 forms for web and mobile applications. It uses JSON Schema and simple Handlebars templates to generate great looking, dynamic user interfaces on top of Twitter Bootstrap, jQuery UI, jQuery Mobile and HTML5.
http://www.alpacajs.org
Other
1.29k stars 371 forks source link

Is it possible to submit an invalid form? #721

Open codek opened 4 years ago

codek commented 4 years ago

We have some complex forms built in Alpaca, and sometimes the users need to just submit the data and come back later.

How could that be achieved? At the moment you can't submit unless the form is valid right?