How show/hide fields in UI page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-12-2017 05:27 AM
Hi All,
I am working on a UI page where I have created a couple of fields and I am calling this UI page from Download UI action, mentioned in the below screenshot.
Now I wanted to hide all field excepts Format on loading of UI page. Also If I change the value in format dropdown, further I wanted to show/hide few fields on the UI page.
I have tried couple of ways but nothing is working. Please suggest.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-12-2017 05:32 AM
You are going to have to do it manually via client script. This will require some DOM manipulation. This may help.
Show and hide several fields using Javascript - Stack Overflow

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-12-2017 05:33 AM
Hi KS,
We can do this by client script section of UI page. We can do
document.getElementById("id of the element").style.display = "none";
Hope this helps.
Regards
Ujjawal
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-28-2021 12:20 AM
If I helped you to resolve your query with my answer. Then I would really appreciate if you can mark my answer correct. So that it can be moved to answered list and helpful for future readers.
Regards,
Ujjawal