Add a space between two fields in a form

HarshTimes
Tera Guru

Can we add a space between two fields in a form. Please see in the attached image

9 REPLIES 9

Hi Anurag,



I did it and it doesn't work. The blank space is automatically replaced by other field.




Regards


+ Is not nice to see how one field disappear just to make there one empty space. Thanks anyway


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.


find_real_file.png




Cheers



Greg


Hi Greg,



Many thanks for the hint!



Regards


jeremy_gardner
Tera Expert

Is it just me, or do all the Text annotations come with the section background color?