A questionnaire that recommends a product depending on selection

Associate
Joined
5 Dec 2007
Posts
1,223
I'm trying to figure out a way I can have a questionnaire on a website and depending on what the user enters it will recommend a different product at the end of it.

I downloaded "Visual Studio 2013 for Web" to try and create a form but It doesn't work like the old VB used to.

What's the easiest way to accomplish what I want to do?

I've only dabbled in VB and CSS before but I'm pretty good at wacking things together so maybe another language is recommended? Any advice would be great!
 
Associate
Joined
7 Aug 2011
Posts
726
Location
Planet Earth
depends on what your hosting company support? PHP, ASP etc? then take it from there.

Questionnaire will be simple HTML form (which you can knock up using dreamweaver). then you have to add in backend logic (or even Javascript that takes you to that product or recommends a particular product providing the choice is somewhat limited as otherwise you would have too many case (does js do case statements? but definitely if statements!)
 
Back
Top Bottom