Service Call Estimator Based on Drop-down Answers?

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

  1. #1

    Default Service Call Estimator Based on Drop-down Answers?

    I would like to develop an app on a website where customers answer a few simple
    questions from dropdown menus and then receive the estimated price of the
    service based on their answers. It would only be about five or six pieces of
    information total, but one or two of their answers would determine whether and
    how certain other questions would be asked. I'm unsure about how to begin this
    process. Do I need to create a database for such an app? There really aren't
    that many price points involved. I was thinking of using PHP and MySQL--
    (ColdFusion and ASP are not supported on my web host), but maybe some other
    method is better.

    I don't know much about scripting at all, but it seems to me that something
    like this should be fairly easy to write. Is anyone aware of any tutorials or
    help on making a script like this or using dreamweaver to achieve it? The best
    I could do with a search was to find this $700 extension:
    [url]http://www.estimatesonline.com/main/[/url].

    I'm hoping there's a way to achieve something like this on my own. Thanks for
    any help or suggestions.

    himini Guest

  2. Similar Questions and Discussions

    1. Web Service Call to consume SAP Web Service
      Greetings, I have been stuck trying to get CF 8 to talk to SAP serviced Web Service. Here is code I am using: <cfscript> ws =...
    2. Change option in second drop down box based on selectionof first drop down box
      Change option in second drop down box based on selection of first drop down box. Hi, I am trying to figure out how to make a selection in 1...
    3. How to Set Drop-Down Value Based on Previous Selection
      Looking for an answer to this question: Got an order form where I'm letting folks provide their billing address. The form includes the usual...
    4. Async DIME call seem to drop randomly
      I have a web service using WSE 1.0SP DIME attachment to transfer files in production. The synchronous call works great and pretty stable. I have...
    5. Course Builder MX: Drag and Drop... why is target based on centre of targe
      answered my own question.. use the explore question type, works great!
  3. #2

    Default Re: Service Call Estimator Based on Drop-down Answers?

    Whether you need a database depends upon the number of items in the
    combination and the ease in which you want to update the information. A very
    simple solution could be hand coded.

    You may want to look at the calculate form option from [url]www.yaromat.com[/url]

    --
    Regards

    Paul Whitham
    Macromedia Certified Professional for Dreamweaver MX2004
    Valleybiz Internet Design
    [url]www.valleybiz.net[/url]

    Team Macromedia Volunteer for Ultradev/Dreamweaver MX
    [url]www.macromedia.com/support/forums/team_macromedia[/url]

    "himini" <webforumsuser@macromedia.com> wrote in message
    news:d10t3f$hft$1@forums.macromedia.com...
    > I would like to develop an app on a website where customers answer a few
    simple
    > questions from dropdown menus and then receive the estimated price of the
    > service based on their answers. It would only be about five or six pieces
    of
    > information total, but one or two of their answers would determine whether
    and
    > how certain other questions would be asked. I'm unsure about how to begin
    this
    > process. Do I need to create a database for such an app? There really
    aren't
    > that many price points involved. I was thinking of using PHP and MySQL--
    > (ColdFusion and ASP are not supported on my web host), but maybe some
    other
    > method is better.
    >
    > I don't know much about scripting at all, but it seems to me that
    something
    > like this should be fairly easy to write. Is anyone aware of any
    tutorials or
    > help on making a script like this or using dreamweaver to achieve it? The
    best
    > I could do with a search was to find this $700 extension:
    > [url]http://www.estimatesonline.com/main/[/url].
    >
    > I'm hoping there's a way to achieve something like this on my own.
    Thanks for
    > any help or suggestions.
    >

    Paul Whitham TMM 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