<surveypage demographics1>/ caption = "Please answer the following demographic questions." / fontstyle = ("Verdana", -16, true, false, false, false, 5, 0) / questions = [1=age; 2=sex; 3=Height; 4=Weight; 5=ethnicity; 6=race; 8=religion]/ branch = [if(dropdown.sex.response=="female")surveypage.femalefollowup]</surveypage>
There is no 7.
In addition *all* your /other attributes suffer from invalid syntax (as the error messages correctly convey). It's
/ other = "blabla"
*not*
/ other = ("blabla")