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

Form title when using layout template #595

Open Nj0376 opened 6 years ago

Nj0376 commented 6 years ago

I am wondering if anybody knows how to display the form title if using a template for the layout. If I don't use a template the form title from the schema displays as expected, however as soon as I use a template in the view I lose the title.

ambischof commented 6 years ago

The title is added as part of the auto layout and is lost if you override it. You have to include the title in your custom template.