Questions
I have a form I am building and most of what I want to do its doing. In my form the questions are response driven, so Q2's answer list is base on the response from Q1's answer. The tricky part, all the response options are queried from the database, so Q1’s response queries the database and produces Q2’s answer list and so on, this works great.
Here’s my issue, In some of the responses I need to have other field’s show up to be filled out, when I go to Question events, choose the
“Initiation / Postback Question:” from the list, I only have the option to use “Any Field Response”, I can’t select the value I want the response to show up on.
Is there or could there be a way I can type in the value or SQL for the “Initiation Response ”, so I can have it show only when that field response is selected.
Also My first form question (which is not db/query driven) did have an event response field that did work until I found I had to passed its response to the db to query responses to the second question, it not only doesn’t show the response event but it also stops the values from being passed to the db query.
Is there a work around for my question event
issue.
Thanks
Anthony Sutton |