how to add some fields in a form given a certain condition?
1010593May 23 2013 — edited May 24 2013hi,
on a page apex I have a form based on a table of about 10 fields, only 5 fields are visible, the other 5 fields must be visible when a field of the top 5 is true.
Example: First field = name Second field=surname third field = age ; if age is> 18 then add more fields to the form.
I thought of a PL / SQL procedure but do not know how to begin?
Please help me.
thanks in advance