thx i put the autocomplete definition directly in the <form> tag and its
inherited by all input fields

Andrius A wrote:
>
> Hi,
>
> Use autocomplete="off" attribute in your input fields.
>
>> On 24 Feb 2010 07:58, "andreas schmid" <[email protected]
>> <mailto:[email protected]>> wrote:
>>
>> hi,
>>
>> im using django registration to allow people to register to my site.
>> the ugly thing is that the registration form is pre filled by the
>> browser in a wrong way.
>>
>> the form has the usual 4 fields (username, email, pwd1 and pwd2) the
>> prefilled fields are email with the username (wich is really bad) and
>> pwd1 whith a password. so it fills the form like it would be a login
>> form.
>>
>> how can i avoid this behaviour without using javascript to clear the
>> fields on the page load?
>>
>> thx
>>
>> --
>> You received this message because you are subscribed to the Google
>> Groups "Django users" group.
>> To post to this group, send email to [email protected]
>> <mailto:[email protected]>.
>> To unsubscribe from this group, send email to
>> [email protected]
>> <mailto:django-users%[email protected]>.
>> For more options, visit this group at
>> http://groups.google.com/group/django-users?hl=en.
>>
> -- 
> You received this message because you are subscribed to the Google
> Groups "Django users" 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/django-users?hl=en.

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" 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/django-users?hl=en.

Reply via email to