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.
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
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).
visible-when
thank you for your hard work