Yeah, I use Firebug very frequently, I guess this will be just one further use for it.
On another note, I'm having difficulties implementing this in current surveys. On test survey it works perfectly, and regardless of browser used. However, on all other surveys I've added it too, not one of them works. No syntax errors or anything brought up. Here's the differences between the test survey I used that works and the surveys I added the script into:
Test:
- 1 Group
- Separate single page per question
- Question 2 (page two) looks at question 1 (page 1).
Others:
- Multiple Groups
- Each group has a single page.
- First question for each group (and page) are the ones being validated, so:
- Question 1 for group 2 (page 2) looks at Question 1 for group 1 (page 1)
I notice in Firebug that it grabs the var from the first question just fine. However it doesn't do anything with it. I suspect it may be a problem with the selector for the second question (current #answerQQ). I've altered it a couple ways (#answerSSSSSXGGGXQQ, #questionSSSSSXGGGXQQ, #questionQQ) but no dice. No errors that I see reported, and no prompt once focus is lost from the question (or attempting to submit). Any ideas?