More like this. I have two controls on the form:
What is your gender with two radio buttions (control name = gender)
What is your age? text box with control name of "age"
For the gendor control, I set a rule like, if gender isblank then set value of gender_ctr = 0, if not blank then value of 1 (I created a counter field for each answer control), basically same process for the age text box, if blank then counter value = 0, or if not blank then 1.
I then sum all the page counter and if equal to the page/view total then i show a field what states "PAGE COMPLETE". It works but maybe there is an easier way. I have about 10 questions on each view. At then end of all of the pages, i ahve a summary page which shows that status of each page and whether each page is complete. If not, the user can link back to the needed view. Once complete then they can submit the form.
If there is a better / easier way, I'm all ears. Thanks.