
Hello everyone,
I was wondering if there's a way to dynamically add a Spacer to a form using Javascript. I am asking this because when we hide a field, the rest of the form gets shifted so I was thinking of Dynamically adding a spacer, but that would also mean we would have a way of identifying spacers to also remove them if the field is shown back on the form.
Any idea?
Thank you
Hi,
We don't have any OOB API available to do that.
However, if you want to achieve this you can manipulate with DOM.
What version of Dynamics CRM you are using, I ask this because D365 online which is a latest version does not have this issue. In UCI app when you hide any field on form whole form gets adjusted automatically.
Please mark my answer verified if I were helpful!