3
Views
2
Comments
Hide a form based on combobox
Hi guys

im trying to develop a system that will hide a form based on the selected item in a combo box. For example I choose the Subset item in the combo box the form mainInfo should show up

thanks in advance for any answers
2013-06-13 01-27-39
José Caldeira
Hi Joshua,

The easiest way is to create an action that is associated with the onchange of your combobox. In that action you can call an ajax refresh that refreshes an if in your screen.

Did this help?

Cheers,
UserImage.jpg
joshua siscar
hi Jose!

thanks for the input! i tried your suggestion and it worked! i was trying to use the ajax refresh on a container before but couldnt make it work.

thanks!
Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.