We have a required field on a page where the user has to select Gender which is a radio button with options Male and Female. What we are finding is that there are cases when the entity has no gender stored in the database. There is javascript on the page that does not allow user to leave the page without selecting a value. I am trying to figure out if there is a way to find out continue without selecting a value. Would anyone be able to provide some insight as how it can be done ?
If I disable the javascript the page does not even submit. So there is another way that the user is able to skip a required field. Any ideas ?
Thanks in advance.