Dynamic fields in the same form

Hi All,

I'm using Bonita Community 6.4 and want to create dynamic fields by meaning I need to show/hide field based on other fields value. I tried to use "insert widget if" but I knew that this condition is when the form loads but I want this conditions to be on time. I read about html attributes but can't code in this,

Your help is highly appreciated,

Hi rehab

Dynamic forms is a feature of Teamwork SP Edition. Here, you have a “contingency” configuration part to define the trigger of display of each field. More information is available under:
http://documentation.bonitasoft.com/make-field-contingent-another-field-0

Hi Guys ,
Any help ?!!

As far as i know that is not possible in Bonita. I would also like to know the answer to this question, coz I could really use this too

I am just starting out with Bonita, so bear with any of my dumb ideas. . . but… … I did see a youtube example of a multi-part form. … … wherein the answers to the first part dictate which form the user sees on the second part. Of course, I can no longer find that example! It might get a little ugly, especially if you have nested conditions, but perhaps there’s a way to handle the problem, using this type of flow.

Great Anne , I know that but I need a solution if I’m using community.That will be great support.

Thanks,

In Community you can use just in new form as Insert widget if…

insert widget if in the form loading only but I need it to be refresh while other field changes (on time refreshment)

you can solve it through injecting java script on field value change.

I’m not an expert programmer , if you can could u provide me with an example for that java script code.

Thanks,

Here is where I started with Javascript in Bonita, shows you the ropes of how to do it.

regards

http://community.bonitasoft.com/blog/how-add-custom-javascript-your-bonita-bpm-forms

Thanks you Sean for your help , I’ll try your example and get back if I still have problems,

Thanks a lot,