Show/hide fields of form

Hi,

I have a dropdown field in a form. I have a group of other fields in the same form that should also submit data on the same submit button click

i want to hide these fields on a certain pick of the dropdown without refreshing the page how do i do that.

I would normally use a dynamic dialog, forms only accept fields.

1 Like

You basically gotta use javascript for this.

I believe that this may be worked on atm, but I’m not sure.

Sorry about the lack of information, but that’s all I have

1 Like

As @michael mentioned this was being worked on and is now in place, for the qvt render mode anyway (used under /qapps), see the new visible-when element (commits in moqui-framework and moqui-runtime).

2 Likes

thank you for your hard work

1 Like