Hello,

I am trying to create a webform / survey that works with user given answers.
All the answers are listed in a drop down box.

What I want to achieve the following;

------------
a user selects answer 1 from question 1. As a result question 1.1 through
1.9 becomes active.

Another user selects answer 2 from question 1. As a result question 1.1
through 1.9 stays inactive.
------------

Is there any way to do this? I've been searching on the web for some time
but unfortunately unable to find any.

Re: Self guided webform by Ted

Ted
Tue Feb 06 10:36:15 CST 2007

I´m not quit sure but I think this require some code writing, for example
asp
/Ted
"DirkG" <DirkG@discussions.microsoft.com> skrev i meddelandet
news:40C792EC-7DD9-42CD-9693-4A44A76F538C@microsoft.com...
> Hello,
>
> I am trying to create a webform / survey that works with user given
> answers.
> All the answers are listed in a drop down box.
>
> What I want to achieve the following;
>
> ------------
> a user selects answer 1 from question 1. As a result question 1.1 through
> 1.9 becomes active.
>
> Another user selects answer 2 from question 1. As a result question 1.1
> through 1.9 stays inactive.
> ------------
>
> Is there any way to do this? I've been searching on the web for some time
> but unfortunately unable to find any.
>



Re: Self guided webform by Ted

Ted
Tue Feb 06 10:45:40 CST 2007

I said asp, but I mean javascript
"DirkG" <DirkG@discussions.microsoft.com> skrev i meddelandet
news:40C792EC-7DD9-42CD-9693-4A44A76F538C@microsoft.com...
> Hello,
>
> I am trying to create a webform / survey that works with user given
> answers.
> All the answers are listed in a drop down box.
>
> What I want to achieve the following;
>
> ------------
> a user selects answer 1 from question 1. As a result question 1.1 through
> 1.9 becomes active.
>
> Another user selects answer 2 from question 1. As a result question 1.1
> through 1.9 stays inactive.
> ------------
>
> Is there any way to do this? I've been searching on the web for some time
> but unfortunately unable to find any.
>



Re: Self guided webform by Ronx

Ronx
Tue Feb 06 10:52:42 CST 2007

One solution is to hide the extra questions until they are required.
http://www.rxs-enterprises.org/tests/layered-form.htm shows examples of
this. With a large number of hidden form fields some careful design of
the page will be required.
--
Ron Symonds - Microsoft MVP (FrontPage)
Reply only to group - emails will be deleted unread.
FrontPage Support: http://www.frontpagemvps.com/
http://www.rxs-enterprises.org/fp



"DirkG" <DirkG@discussions.microsoft.com> wrote in message
news:40C792EC-7DD9-42CD-9693-4A44A76F538C@microsoft.com:

> Hello,
>
> I am trying to create a webform / survey that works with user given answers.
> All the answers are listed in a drop down box.
>
> What I want to achieve the following;
>
> ------------
> a user selects answer 1 from question 1. As a result question 1.1 through
> 1.9 becomes active.
>
> Another user selects answer 2 from question 1. As a result question 1.1
> through 1.9 stays inactive.
> ------------
>
> Is there any way to do this? I've been searching on the web for some time
> but unfortunately unable to find any.