Flash Forms: Auto-pop second form field based on choicefrom first

Ask a Question related to Coldfusion - Advanced Techniques, Design and Development.

  1. #1

    Default Flash Forms: Auto-pop second form field based on choicefrom first

    I'm trying to create a flash form (tabbed) that allows the user to pick
    multiple items from a listbox and another listbox/textarea/something is then
    populated with items from that selection. A good example would be: I want the
    user to select a couple of devices from a dropdown box. Once those are selected
    I want the next field to populate with the IPs associated with the selected
    devices...... things like this. I know how to do it with regular html forms and
    javascript, but I've used a CF array instead of a javascript array this time
    and now I'm lost. :) Thanks for the help.

    happy_christy Guest

  2. Similar Questions and Discussions

    1. Forms: Text field - auto fill another field?
      Someone PLEASE help me... how do i structure a form so that when text is entered into one field, it auto-fills other fields on the form that are...
    2. does form field auto-recognition really work in Acrobat 8?
      Has anyone used this feature successfully? I tried it on a very straightforward pdf document consisting of a series of questions with several blank...
    3. Auto populate a field in a form from another table
      Hi Julie, If you are using a combo or listbox to select the RFQ number you can simply add the item number field to the Rowsource query of the...
    4. updating a record on a form based on another field
      Please help. I am trying to update a record in a form based on another field in that form. I have tried using the Me! and dlookup options I found...
    5. Dynamic List based on form field data
      --- Outgoing mail is certified Virus Free. Checked by AVG anti-virus system (http://www.grisoft.com). Version: 6.0.500 / Virus Database: 298 -...
  3. #2

    Default Re: Flash Forms: Auto-pop second form field based onchoice from first

    I am new to this as well, have you tried using the 'bind' selector?
    I use it to calculate a value based on data entered in other input boxes.
    You can use any Actionscipt here too.

    Just a thought.
    Eric

    EricInToronto 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