Play form --> prevent form from validating when same page reloads

hello, is there a way i can make play not to process my form if there is no data in it…

what am trying to do is that i hava a page that has a form on it , and i want to reload the page without data inside the form; but play will try to validate the form which would fail…so it wont reload but return a failed form… i want it to reload the page but dont process the form…how do i restrict the form validation… thanks you.