Reply
Designing forms with optional questions
Old 04-03-2006, 02:03 PM Designing forms with optional questions
Junior Talker

Posts: 1
I have part of a website that is a data collection application. The user needs to answer yes/no questions based upon input documents. For many of the questions, if the user answers 'yes', there is a follow-on question.

My question is what is the best way to handle this. Seems that I have 3 options:

1. Leave out the 'optional' questions when the user loads the page. Then, for each 'yes' answer, refresh the page with the optional question added. (Personally, I find it annoying when pages do this.)

2. Have the optional questions included, but grayed out until the 'yes' is entered. (This spaces out the mandatory questions, potentially confusing).

3. Ask each 'yes/no' question on a separate screen, then include the appropriate extra questions as they progress through. (I think this is cumbersome for a data entry application, especially if they want to go back and change answers.)

I'd appreciate input and/or examples of well-designed applications.
apple17 is offline
Reply With Quote
View Public Profile
 
When You Register, These Ads Go Away!
Old 04-03-2006, 02:54 PM Re: Designing forms with optional questions
vangogh's Avatar
Post Impressionist

Posts: 8,923
Name: Steven Bradley
Location: Boulder, Colorado
You can also do something to hide or show the optional questions using dhtml. I'm thinking some javascript to modify the css display property. I think if you alternate between display: none and display: block you won't be spacing out the questions when the optional questions aren't being shown.
__________________
l Search Engine Friendly Web Design | Van SEO Design
l Tips On Marketing, SEO, Design, and Development | TheVanBlog
l Custom WordPress Themes
| Small Business Forum
vangogh is offline
Reply With Quote
View Public Profile Visit vangogh's homepage!
 
Reply     « Reply to Designing forms with optional questions
 

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off




   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML

 


Page generated in 0.11213 seconds with 12 queries