Questions and discussion about developing processes and programming in PHP, JavaScript, web services & REST API.
Forum rules: Please search to see if a question has already asked before creating a new topic. Please don't post the same question in multiple forums.
#828875
I have a dynaform that displays two subforms: subform Credit and subform Non-Credit.

I need to hide/show the appropriate subform given the preexisting value of variable courseIs.

If courseIs == "credit" show subform Credit and hide subform Non-Credit.
If courseIs == "non-credit" hide subform Credit and show subform Non-Credit.

I KNOW this is probably as simple as it can get, but I don't know javascript and I can't find the answer.

Thank you in advance for your help.
#828877
Hi,
Check below link an example see if able to help solve your issue, thanks.

https://forum.processmaker.com/viewtopic.php?t=708985

$("#sub-formID").hide() or .show() with conditions..
$("#53636300756923d020edb72091477248").hide();

Cheers...

Hello Please can you help me with the place where […]

Hi there, I have 3.5.7, 3.8.1 and 3.8.2 versi[…]

AI bot development involves creating intelligent b[…]

AI bot development encompasses creating intelligen[…]