Skip to main content
Participant
August 13, 2006
Answered

creating form /subform/ and subsubform

  • August 13, 2006
  • 1 reply
  • 362 views


hello i need help. i am new comer to web development and my co has chosen cf
here is a case that i have. please excuse me if it is unclear.
2 major forms
form1
and
form2
but with in these 2 there are 2 options which makes it of a total of 4 forms:


with in each form (form1 and form2)
there are ALLOW and ELIMINATE

now it has 2 sets of radio button
and a third one that is not a combination (independent from the rest of the forms)

that is a radio button that contains also text but applies to the 4 forms


group1
form1andform2

• form1 ( a text in the first 10 lines of the form explaining what the form is)
• form2 ( a text in the first 10 lines of the form explaining what the form is)

and

group2
ALLOW and ELIMINATE
• ALLOW ( this could be form1 or form2)
text from form1 or form2 plus the ALLOW text of 20 lines under form 1 or 2
• ELIMINATE ( this could be form1 or form2)
text from form1 or form2 plus the ELIMINATE text of 20 lines under form 1 or 2



group3
which is independent from goup1 and group2

is called

• Manager ( it will have 25 lines of Manager text that will write under any of the 4 forms selected)
• staff. ( it will have 25 lines of staff. text that will write under any of the 4 forms selected)





For example
In group1
If the user chooses form 1
In 1959 a short, skinny, bespectacled 18-year-old kid from Hong Kong traveled to America and declared himself to be John Wayne, James Dean, Charles Atlas and the guy who kicked your butt in junior high. In an America where the Chinese were still stereotyped as meek house servants and railroad workers,


In group2

If the user chooses allow

've got to admit, I never liked Bruce Lee. I thought Enter the Dragon was boring. So I hoped that this video game would allow

Allow me to describe to you a particular day in Bruce Lee's life-a day when he failed to achieve the level of expectation he had

In group 3

Regardless of the combination

If the user chooses

Manager, it will show

The manager has been supportive of this movement for ever since the beginning of martial arts. It is higly recommended that these moves should be practiced by all martial art fan
    This topic has been closed for replies.
    Correct answer nicetim
    I would forget the whole 4 forms stratagy you have and use a single flash form that has 4 Tab Navigators or Accordians to divide up your sections or groups.

    The 4 tabs, can detect other form items values and you can write code to react on those values, this code can open or show any of the 4 tabs, it can disable everything in tab 3 if either tab1 or tab2 has a value for instance.

    Anyway, take a look at the livedocs.adobe.com for a good starting point.

    have fun
    tim

    1 reply

    nicetimCorrect answer
    Inspiring
    August 15, 2006
    I would forget the whole 4 forms stratagy you have and use a single flash form that has 4 Tab Navigators or Accordians to divide up your sections or groups.

    The 4 tabs, can detect other form items values and you can write code to react on those values, this code can open or show any of the 4 tabs, it can disable everything in tab 3 if either tab1 or tab2 has a value for instance.

    Anyway, take a look at the livedocs.adobe.com for a good starting point.

    have fun
    tim