Add a space between two fields in a form
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-23-2012 06:29 AM
Can we add a space between two fields in a form. Please see in the attached image
- Labels:
-
Change Management
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-03-2015 02:32 AM
Hi Anurag,
I did it and it doesn't work. The blank space is automatically replaced by other field.
Regards
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-03-2015 02:32 AM
+ Is not nice to see how one field disappear just to make there one empty space. Thanks anyway
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-15-2015 08:48 AM
Hi Pablo,
I know it's a bit of an old topic. I had the same requirement and came up with this:
$("element.u_cmdb_ci_mobile_device.u_phone_number").childElements().each(function(el){
el.id.startsWith("label") ? el.style.paddingTop = "36px" : el.style.paddingTop = "30px";
});
You might see a move of that field when form loads - depending on the loading time - but I haven't found a better solution yet.
Cheers
Greg
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-17-2015 01:08 AM
Hi Greg,
Many thanks for the hint!
Regards

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-03-2016 02:00 PM
Is it just me, or do all the Text annotations come with the section background color?