Hi Dave,
I wonder whether the problem of the missing back button was ever resolved. I can't seem to make back buttons show up in my survey either. My script is very straightforward and it runs without errors. The finishlabel shows up, but there's no back button. Here are the first few pages:
<surveypage demointropage>
/ questions = [1=demointro]
/ showpagenumbers = false
/ showquestionnumbers = false
/ itemspacing = 50pt
/ finishlabel = "CONTINUE"
</surveypage>
<surveypage demographics1>
/ caption = "Please answer the following questions:"
/ fontstyle = ("Arial", 14pt, true, false, false, false, 5, 0)
/ questions = [1=age; 2=sex01]
/ showpagenumbers = false
/ showquestionnumbers = false
/ finishlabel = "CONTINUE" / backlabel = "GO BACK" / showbackbutton = true
</surveypage>
<surveypage demographics2>
/ caption = "Please answer the following questions:"
/ fontstyle = ("Arial", 14pt, true, false, false, false, 5, 0)
/ questions = [1=race; 2=otherrace]
/ showpagenumbers = false
/ showquestionnumbers = false
/ finishlabel = "CONTINUE" / backlabel = "GO BACK" / showbackbutton = true
</surveypage>
<surveypage demographics3>
/ caption = "Please answer the following questions:"
/ fontstyle = ("Arial", 14pt, true, false, false, false, 5, 0)
/ questions = [1=momed]
/ showpagenumbers = false
/ showquestionnumbers = false
/ finishlabel = "CONTINUE" / backlabel = "GO BACK" / showbackbutton = true
</surveypage>
Thanks for looking into this!
-Liz