I'm working on an application where we are filtering data for user which will help us to show best products as per his/her likes. And to do this, we are asking lots of questions (radio button, user need not to write anything) which will decide what exactly he/she wants.
My fear is filling forms could be cumbersome for user and in real case it might take lots of time (network leg/server response etc) and we don't want user to get bore or leave the page.
Any idea/suggestion or link?