simple enough. to save time for those who look here, the html is:
<div>
<input class="checkbox" id="auth_user_remember" name="remember"
type="checkbox" value="on" />
<label for="auth_user_remember">
Remember me (for 30 days)
</label>
</div>
On Nov 24, 10:49 am, mdipierro <[email protected]> wrote:
> I do not think the remember widget exists. The HTML is injected in the
> form. There is no widget because it does not go in the database model.
>
> On Nov 24, 12:43 pm, mattynoce <[email protected]> wrote:
>
> > hi all. i'm making a custom login form and, as per this thread, can't
> > get the remember widget to show
> > up:http://groups.google.com/group/web2py/browse_thread/thread/8519e2e488...
>
> > it's not {{=form.custom.widget.remember}}. does anyone know how to get
> > that working?
>
> > thanks,
>
> > matt
>
>