Dynamic fields in the same form

1
0
-1

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,

Comments

Submitted by rehab.zaky on Sun, 03/01/2015 - 09:16

Hi Guys , Any help ?!!

Submitted by marcy.ira on Mon, 03/02/2015 - 13:45

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

Submitted by mmurphy384 on Mon, 03/02/2015 - 16:34

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.

1 answer

1
0
-1

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

Comments

Submitted by rehab.zaky on Tue, 03/03/2015 - 11:19

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

Thanks,

Submitted by marcy.ira on Tue, 03/03/2015 - 11:22

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

Submitted by rehab.zaky on Tue, 03/03/2015 - 11:36

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

Submitted by halla1 on Tue, 03/03/2015 - 16:12

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

Submitted by rehab.zaky on Tue, 03/03/2015 - 16:20

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

Thanks,

Submitted by Sean McP on Wed, 03/04/2015 - 08:12

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

Submitted by rehab.zaky on Wed, 03/04/2015 - 08:25

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

Thanks a lot,

Notifications