Conditional Form Depends on Dropdown

Yu Yudhizth 03 Aug, 2015
Dear all,

I have form that contain only dropdown on 1st form. This dropdown contain refer to column, id as value, name as text on dropdown, and status. The question is, how to detect if the status M (moratorium) there will be show notification that this 2nd form cannot be used because it's being moratorium, and if the status contain NM (Not Moratorium) it will show 2nd form with each element.

Thanks
Gr GreyHead 04 Aug, 2015
Hi Yudhizth,

You can use an Event Switcher in the event that the form submits to and use PHP there to check the M status then redirect the user either to the second form or somewhere else.

Bob
This topic is locked and no more replies can be posted.