On Sat, Feb 20, 2010 at 7:02 PM, geekbuntu <[email protected]> wrote: > i tried using 'type' but it is still revealing the chacters in the > input field - any ideas? > > login_form = form.Form( > form.Textbox("username", size=10, > type="text",description="Username"), > form.Textbox("password", size=10, type="password", > description="Password"), > form.Button("Login", html="Login", type="submit"), > validators = [....
use form.Password. -- You received this message because you are subscribed to the Google Groups "web.py" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/webpy?hl=en.
