If selection is made

Ask a Question related to Dreamweaver AppDev, Design and Development.

  1. #1

    Default If selection is made

    I am trying to generate a list of products that are determined by how the user
    answers a series of questions. All the questions are answered using a combobox,
    so i know what the answers could be. There are about 5 questiions in all. When
    the user has clicked submit, i need the results page to show the correct
    projects. Can anyone point me in the right direction about how to go about
    doing this? Do i use a search form or a bunch of if statements? Thanks in
    advance!

    barbedwire103 Guest

  2. Similar Questions and Discussions

    1. If the selection is made using PHP
      I am trying to generate a list of products that are determined by how the user answers a series of questions. All the questions are answered using a...
    2. dropdown still 'active' after selection made
      Again, there is probably a simple solution, but I don't have it yet :) I have a dropdown that executes based on the index selected, simple. I also...
    3. you made my day!!!
      Thank you very much, you made my day!!! (pressing Alt-F4 does not work although this is promised in the readme file but still... my customers...
    4. I've made a big BOO BOO
      Hi everyone...I have just spent the past two day scanning 300 photos that I want to use, my problem is that I saved them in TIFF but now find that I...
    5. Having a page update automatically when a selection is made inside a <select> tag in a form?
      Hello all. We are trying to create a page that has three <select> tag areas, the third selection is limited by the second selection and the...
  3. #2

    Default Re: If selection is made

    Write the resultset, dataset, cfquery (btw, what server model are you
    using?) such that it accepts parameters, and request the form values to
    satisfy those parameters.

    Read the help topics under "Developing Applications Rapidly =>"Your server
    model"=>Building search/results pages" for an overview. Post here when you
    get stuck.

    "barbedwire103" <webforumsuser@macromedia.com> wrote in message
    news:d4p04j$s72$1@forums.macromedia.com...
    >I am trying to generate a list of products that are determined by how the
    >user
    > answers a series of questions. All the questions are answered using a
    > combobox,
    > so i know what the answers could be. There are about 5 questiions in all.
    > When
    > the user has clicked submit, i need the results page to show the correct
    > projects. Can anyone point me in the right direction about how to go about
    > doing this? Do i use a search form or a bunch of if statements? Thanks in
    > advance!
    >

    Les Matthews Guest

  4. #3

    Default Re: If selection is made

    I am using PHP so how would i do that?
    barbedwire103 Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139