Skip to content

Instantly share code, notes, and snippets.

@gabriel-dehan
gabriel-dehan / client - sign-up.html
Created February 1, 2015 19:30
Autoform for registration
<template name="signUpForm">
{{ #autoForm schema="Schemas.Form.Register" id="user-auth-form" type="method" meteormethod="user-auth:register" }}
<fieldset>
<legend>Create an account</legend>
{{> afQuickField name='username' }}
{{> afQuickField name='email' label='Email' }}
{{> afQuickField name='password' }}
{{> afQuickField name='passwordConfirmation' }}
</fieldset>
<input type="submit">