I am working on my Form validation for my Survey application (not sure if
I should use the server side or client side javascript). My application
consists of 60 questions and they all use radio buttons. All the
questions and values are pulled out from the database. My goal is to
force the user to answer each question before they go to the next page. I
have looked at several articles from 4guysfromrollar regarding to this
issue but I still don't figure how this could be done.
If you have seen other articles that relates to this issue, please share.
Thanks.