Let's setup Documize
Database: {{model.dbname}}
What's your tribe called?
{{focus-input id="siteTitle" type="text" value=model.title class=(if hasEmptyTitleError 'error')}}
What do people call you?
{{input id="adminFirstname" type="text" value=model.firstname class=(if hasEmptyFirstnameError 'error')}}
How the government refers to you
{{input id="adminLastname" type="text" value=model.lastname class=(if hasEmptyLastnameError 'error')}}
No spam. Ever!
{{input id="adminEmail" type="email" value=model.email class=(if hasEmptyEmailError 'error')}}
Something you can remember without writing it down.
{{input id="adminPassword" type="text" value=model.password class=(if hasEmptyPasswordError 'error')}}