forms

F

Frank

How can I have a new question pop up based on an answer given. ie: Have you
been here before? if ans is no you just keep filling out the form as
indicated. If ans is yes a new question would auto pop up "when" not every
body would ans yes.
 
D

Dorian

You need to design your question/answer table so that given answers can
trigger additional questions. e.g.
QuestionId
AnswerId
AnswerCorrectAction - points to another QuestionId
AnswerIncorrectAction - points to another QuestionId
-- Dorian
"Give someone a fish and they eat for a day; teach someone to fish and they
eat for a lifetime".
 
F

Frank

Thanks, being new to this how would I go about it? Any help would be greatly
appreciated.
 
Top