Button to control field visibility

This public forum is for user-to-user discussions of PHPMaker. Note that this is not support forum.
Post Reply
sclg
User
Posts: 153
Location: UK

Button to control field visibility

Post by sclg »

I know how to change the visibility of a field when another field changes.

How would I add a button to a form so that clicking the button toggles the visibility of other field(s)?

Thanks


mobhar
User
Posts: 11745

Post by mobhar »

Basically, you may use jQuery code and put it in Startup Script of your Add Page and/or Edit Page.


Post Reply