Mozilla Destek’te Ara

Destek dolandırıcılığından kaçının. Mozilla sizden asla bir telefon numarasını aramanızı, mesaj göndermenizi veya kişisel bilgilerinizi paylaşmanızı istemez. Şüpheli durumları “Kötüye kullanım bildir” seçeneğini kullanarak bildirebilirsiniz.

Learn More

Saved form data shows other form too

more options

Hi,

I faced a problem in one of my website I work. I have two form sign_in and sign_up. When a user put username and password in sign_in form browser asks to remember. When I click remember browser shows saved data in sign_up form.

Although I have manually remove the form field with Jquery, but firefox still hold data. $("#email_confirmation").val(); $("#password_digest").val();

Form fields of those two forms are different.

I am using firefox 25.0.1, Ubuntu 12.04 and rails 3.2

Please help.

Thanks in advance.

Regards, Salayhin

Hi, I faced a problem in one of my website I work. I have two form sign_in and sign_up. When a user put username and password in sign_in form browser asks to remember. When I click remember browser shows saved data in sign_up form. Although I have manually remove the form field with Jquery, but firefox still hold data. $("#email_confirmation").val(''); $("#password_digest").val(''); Form fields of those two forms are different. I am using firefox 25.0.1, Ubuntu 12.04 and rails 3.2 Please help. Thanks in advance. Regards, Salayhin

Md. SIrajus Salayhin tarafından tarihinde düzenlendi

Tüm Yanıtlar (1)

more options

I have attached screenshot of those two forms.