Vertical Radio Buttons
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-05-2024 01:15 PM
Hello:
Could anyone please let me know how to display radio buttons on a form vertically?
The link here says to use "vertical alignment" but I can't figure out how to set that: https://developer.servicenow.com/dev.do#!/reference/next-experience/paris/now-components/now-radio-b....
Thank you.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-05-2024 01:41 PM
Here you go...
Please mark helpful, if you accept the solution.
Rampriya S
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-05-2024 01:51 PM
Thank you. I see that in the record producer, but how would I do the same thing on a form field?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-05-2024 02:20 PM
Hi,
I don't think there is an equivalent to radio buttons on the form view, they are only available on service portal views.
The only thing to use in form view would be a "Choice" field.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-05-2024 05:54 PM
We are able to make Radio visible using sys_glide_object table but Radio button usage is available in NPM(Next experience components).
Rampriya S