Ask a Question related to Coldfusion Flash Integration, Design and Development.

  1. #1

    Default tables in cfform?

    I want to display cfinput next to each other, I don't think I can use a form.... any suggestions?

    I want something like this:

    Input 1 ________ Input 2 _______



    How do I do? Thanks.
    SilentBob'secretfusion Guest

  2. Similar Questions and Discussions

    1. cfform
      Every time I try to submit a feature request on the Macromedia website, I get the following error message: Gateway Timeout. So, here is the...
    2. Bug on Cfform in MX 7 ??
      Hi, i've upgraded my system to CFMX7, and i've found a strange things: in my cffoms developed for cfmx 6.1 i have many fields with validate or...
    3. cfform and cftree
      Having problems viewing my flash form using a cftree. when it is on the dev box, it shows with no problem. After moving it via ftp to the production...
    4. <CFFORM>
      Hi, I got the new copy of the WACK by Ben Forta and Ray Camden just last week. I am really excited about the new integration of Flash and XML...
    5. cfform in MX 7
      Hi, I am trying to use the CFform to make a flash form which will add name and contact into the database, and I used cfinsert or cfupdate to either...
  3. #2

    Default Re: tables in cfform?

    <cfformgroup type="horizontal">
    <cfinput type="text" name="txt1" label="Input 1">
    <cfinput type="text" name="txt2" label="Input 2">
    </cfformgroup>

    Ken
    The ScareCrow Guest

  4. #3

    Default Re: tables in cfform?

    thanks...
    SilentBob'secretfusion 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