Catalog - change label when a selectbox value is selected
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2 hours ago
How would I change label of variable when a selectbox value of another field is selected? I tried using g_form.setDisplayOf but it didn't work.
2 REPLIES 2
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
an hour ago
Hi athavichith,
In this Onload client script you use g_form.setLabel() instead of g_form.setDisplay()..This method will be work for your requirement.
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
an hour ago
