- Mark as New
- Follow
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report
On the manager approval text field/sub form,
insert the following code on click
(this is javascript)
if
( this.rawValue == 1 )
{
your field.presence = "visible"
}
else
{
your field.presence = "hidden"
= "";
}
Views
Replies
0 Likes
Total Likes