Hi all I want to implement a simple javascript/AJAX questionnaire on my site which will ask users three questions and provide them with answers based on their input. Each question has 3 answers. So it would just look like this: Q1: blah blah blah 1. A 2. B 3. C (then change to question 2 - if this was doable in AJAX that would be great!) then at the end, answer A refers to a certain block of text, answer a from question 2 to another, and so on - thus the outcome is the user gets three blocks of text at the end of the questionnaire which relate to the answers they gave. The questions are about using hair product, i.e. the first one is how often, the second is what type of hair do you have, and the third is what condition of hair do you have. The idea is that at the end the resulting text gives tailored advice for each of the three headings. I think it should be a really simple thing to do, but I can't find any scripts anywhere that do what I want. I'd prefer for the user not to have to navigate away from/reload the page, which is where AJAX would come in. There's no need to store their responses or anything so there's no need for MySQL or anything complicated like that. Anyone have any idea where I could start, or do you know of any existing scripts which have this functionality? Any help much appreciated