cfform fails to display

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

  1. #1

    Default cfform fails to display

    I am trying to make a simple flash form and I can not seem get the form to
    generate. PLEASE HELP!

    I'm running CF MX7 and windows server 2003

    <html>
    <body>
    <h2>Flash form test</h2>
    <cfform format="flash" width="500" >
    <cfinput name="FirstName" type="text" label="First Name" >
    <cfinput name="Age" type="radio" label="18-30" value="18-30" >
    </cfform>
    </body>
    </html>

    unixsyadm Guest

  2. Similar Questions and Discussions

    1. CFFORM - Flash - Does not display - Shared Host
      I have a site that is using several CFFORMS - Flash, to display information. The site runs great but after a few a day or so all the Flash Forms...
    2. CFFORM flash format display problem
      Is there a problem with CFFORM displaying FLASH formatted forms with in a TABLE? If I pull my form out of the table it displays fine but within a...
    3. Flash cfform display weirdness
      Hi Again, I've come across a display issue that is strange. I have a flash cfform with a cfgrid and a text input that is bound to a field from...
    4. Apache::MP3 fails to display playlists
      Red Hat Linux 7.0 Apache 1.3.12 mod_perl 1.28 Apache::MP3 3.04 Apache::MP3::Playlist is failing to display playlists when I connect to the web...
    5. LG 700S monitor display does not work for 1024x768 display
      Hello, I have a LG 700S 17 inch monitor which does not work for the display setting of 1024X768 in Red Hat Linux 8.0. Has anyone of you having...
  3. #2

    Default Re: cfform fails to display

    Is your site mapped to a virtual directory?

    If so, you will have to create a virtual mapping to the CFIDE/scripts folder
    as well.

    Read this thread for some more information:
    [url]http://www.adobe.com/cfusion/webforums/forum/messageview.cfm?forumid=1&catid=138[/url]
    &threadid=1252653&enterthread=y

    Let me know if it works for you.

    existdissolve Guest

  4. #3

    Default Re: cfform fails to display

    existdissolve, i'm sorry but when I set up the root direcotry up for IIS i'm
    at the wwwroot folder. So CFIDE is already included.


    Does anyone else think that the fact that In upgraded to the most recent
    version of Java JDK 1.5 and jrun4-win-en-updater.exe? I had an issue with
    building and compiling java files for coldfusion. Thats all fixed now but i'm
    thinking this might have broked something else.

    unixsyadm 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