user inputs form color change

Ask a Question related to Macromedia Dynamic HTML, Design and Development.

  1. #1

    Default user inputs form color change

    I have a form that has a row of fields. I need the user to be able to choose
    different colors in those fields and then submit the form. The reciever of the
    form information would then get the list or desplay of the colors choosen.

    Example: l have a choice of a red or blue shirt with black or white trim. I
    have a shirt color field and a trim color field. The user chooses a blue shirt
    and black trim. The fields change to blue and black (the color not text) and
    then when they submit the form the end user recieves the order with a blue box
    and a black box in the apropriate fields.

    Anyone know how to do this?

    Thanks
    Mark

    markknight Guest

  2. Similar Questions and Discussions

    1. HELP! I'm a new user - How do I change a font's color in Illustrator?
      I am trying to change a font from black to white in Illustrator 11.0 - it may be a simple thing, but I'm still learning and I can't do it! Help???...
    2. change the default color of fields in a form
      Hi.. This forum's great... I'm a very new user to dW, I work mostly in design mode but can edit a bit of code, not much. I created a form...
    3. Variable inputs on a form
      Is it possible to change the option value according to the date? <cfselect name='reg_fee'> <option value='pre_01_05'>?190.00 <option...
    4. Multiple Form Database Inputs
      I have a paragraph with multiple html drop down boxes scattered throughout and a hidden field assigned to it for ID puposes. Problem is when I have...
    5. User inputs token from web form
      I have the need to have the web user input a variable from a form field and capture that field information into a token on the web page to be...
  3. #2

    Default Re: user inputs form color change

    Hello,

    It''s almost imposible to do it using JavaScript (client-side scripting). You
    can use PHP's GD library to genetae images on the fly but it's really very hard
    to hand code it. It would be best if you do this in Flash.

    HTH.



    AndrewDG-MMTS 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