Avatar

Correct answer by
Level 10

Julie,

You copied my script but did not change the path names to the form variables. My form root was 'form1'. Your form root is 'SupplierSurvey'.

Additionally, two form variable naming conventions rules: do not use dots (.) and do not use hyphens (-).

I renamed 'Page4-SurveyStart' to 'Page4_SurveyStart' and removed the '.1' extension from the radio button exclusion groups in section 1.1. As a result the code works for section 1.1 and you will have to make the applicable changes to the other sections.

Steve

View solution in original post