treehouse : what would you like to learn today?
Web Design Web Development iOS Development

Need form to calculate pakcages

  • I need a form that will spit out an answer depending on how the user answered a series of questions.

    For example:

    Possible answers/variables a,b,c,d,e,f,g,h,i, etc.

    Possible results: Package A, Package B, Package C

    Actual Form
    --------------------------------------------------------------
    Question 1 Choices: A B C
    Question 2 Choices: D E F
    Question 3 Choices: G H I

    Based on your anwers, we recommend: Package B

    --------------------------------------------------------------

    I just need to be able to plug in the values so they will calculate the different packages.

    And some help on how to implement it. :D

    thanks