This doesn't seem to work with auth() forms: form = auth.register()
form.vars.email = '[email protected]' return dict(form=form) doesn't show the predefined value for 'email' in a view that renders {{=form}} Does anybody know why? Thanks!! Luis.
This doesn't seem to work with auth() forms: form = auth.register()
form.vars.email = '[email protected]' return dict(form=form) doesn't show the predefined value for 'email' in a view that renders {{=form}} Does anybody know why? Thanks!! Luis.