Help PLEAS with "required" in FlashForm CF7

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

  1. #1

    Default Help PLEAS with "required" in FlashForm CF7

    i have a flash form in CF7 , one forme but there is two button submit , one
    submit the form for AddClient , and anothe sends to AddProduct , and there are
    in one format=flash form .... now the problem that both AddClient and
    AddProduct have required fields , so if i submit AddProduct Fields so AddClient
    fileds givse me error beacue they lefted empty and if i submit AddClient so
    fileds AddProduct gives me error that they left empty ...... <cfform
    format='flash' action='?submit' name='submisionform'> <!---this is AddProduct
    Field---> <cfinput type='text' name='product' requierd='yes'> <cfinput
    type='button' name='sub'> <!---This is AddClient Filed---> <cfinput
    type='text' name='client' requierd='yes'> <cfinput type='button' name='seb'>
    </cfform> so if you have CF&amp; try it and you gona see the problem
    !!!!!!!!!!!! and i dont want to do 2 forms , beacuse <cfformgroup> function
    only in <cfform type='flash'> , i cant put tow form by the vertical order ,
    only horezontal ....... PLEAS HELP , HELP,HELP !!! .*|*. THANK
    YOU------------ / \

    eddymilner Guest

  2. Similar Questions and Discussions

    1. Acrobat 8 has twice failed to launch due to"required component was not found"
      Twice in the past couple of weeks, after working without trouble for days or weeks, Acrobat 8 will suddenly fail to lunch and display the following...
    2. #39712 [NEW]: Installation failure "Program Required"
      From: kemputer at optushome dot com dot au Operating system: Windows Server 2003 PHP version: 5.2.0 PHP Bug Type: IIS related...
    3. cfinput required="yes" and inline javascript conflict
      Has anyone experienced a situation where inline Javascript is causing Cold Fusion's native error reporting to fail. I have a script that tests 2...
    4. ASP Page - Keep getting "object required" error
      I have a password reminder ASP page that works fine. However, when the page initially loads I get the following error: Microsoft VBScript...
    5. "A required resource cannot be loaded" - Problem Solved.
      This is not necessarily a general solution for everyone, but it does give a hint as to what is going on. Let me explain how the problem effected me...
  3. #2

    Default Re: Help PLEAS with "required" in FlashForm CF7

    go here there is a small exemple : [url]http://209.200.93.166/UNTITLED2.CFM[/url] go to
    FIND/EDIT and pres submit button ('the form in edit/find is not fineshed , but
    there gona be Add client') but stil the problem is if you pres submit button
    you will my error !

    eddymilner 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