Hide radio option on condition

This public forum is for user-to-user discussions of PHPMaker. Note that this is not support forum.
Post Reply
philmills
User
Posts: 555

Hide radio option on condition

Post by philmills »

I have a radio button field 'EmailSupport' with 3 options
0 = don't send
1= send
2= remind

I have a second field 'NotifyDate' where when someone chooses option 1 the date/time is saved

How can I conditionally hide option 2 (remind) if field 'NotifyDate' is empty?


arbei
User
Posts: 9384

Post by arbei »

If your options are from lookup tables, you may use Dynamic Selection List.


philmills
User
Posts: 555

Post by philmills »

The options are not from a lookup table


arbei
User
Posts: 9384

Post by arbei »

Then you may search "addoption" (a client side event) in this forum.


Post Reply