I have a form which has about 15 fields a user has to input..I’m looking for a way to not scare the user’s off.
I wanna see if someone implemented forms with too many fields differently or if anyone has any ideas
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
If not all the fields are necessary because they depend on some choice, you could only display the relevant fields once the choice has been made. You could also visually distinguish non-mandatory fields so that it’s clear from the outset how much work has to be done by the user and how much is optional.
If everything is mandatory, then you could either go the Windows way and show tons of small windows in sequence and annoy everyone who just wants to get it done, but you’d not scare people who get scared by seeing lots of forms – a page counter is crucial, though. However, you could start with a small wizard view, but immediately offer an “advanced” option that would allow those who want to show everything at once, while still offering a guided tour as the default.