Hello all, I hope someone can help me....
I have created and user page that has several drop down and radio button on it which is to be complete by the EU. Once the EU has completes all questions, the code below validate the user input after they 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(s) nor can I get the page to retain the questions the Eu has already answered.
Can anyone help?