0

I filled the form page and submitted it.again when I opened the form page to generate another request my form page populated with previously submitted data.How can I get the form page with empty values.

Thank you

BalusC
  • 1,082,665
  • 372
  • 3,610
  • 3,555
SATYA J
  • 17
  • 1
  • 3

2 Answers2

0

you can try following to avoid the prepopulated values in form

  1. use ctrl+F5 to refresh the page.
  2. reload the page by pasting the URL in address bar and press enter
  3. you can also include javascript that will clear the form fields when the page loads
Ketu
  • 1,608
  • 2
  • 14
  • 30
0

Try this <form autocomplete="off">

gshri1986
  • 68
  • 4
  • This does not provide an answer to the question. Once you have sufficient [reputation](http://stackoverflow.com/help/whats-reputation) you will be able to [comment on any post](http://stackoverflow.com/help/privileges/comment); instead, [provide answers that don't require clarification from the asker](http://meta.stackexchange.com/questions/214173/why-do-i-need-50-reputation-to-comment-what-can-i-do-instead). - [From Review](/review/low-quality-posts/12341149) – gofr1 May 13 '16 at 12:04
  • This is the answer to the question, this is what user is missing in the code – gshri1986 May 13 '16 at 14:16