- Mark as New
- Follow
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report
Hi,
You can put some scripts in the change event of the dropdown field.
var a = xfa.event.newText;
if (a = "some value")
{
"The field you want to show the value". rawValue = some value;
}
else
{
rest part of the code you like.
}
Thanks,
Bibhu.
Views
Replies
0 Likes
Total Likes