Hello all, I hope someone can help me....
I have created and user page that has several drop down and radio button on it. This page is to be completed by the EU. Once the EU has complete all question, the code below validate the user input after the click the submit button.
<form name="basicSOW" method="post" onSubmit="checkedRest()" action="#">
If the validation come up false, the page should alert the user that one or more questions were left unanswered (which it does). I can't seem to get the page to focus in on the incomplete question nor can I get the page to retain the question the Eu has already answered.
Can anyone help?