Label in a form

Hi all,
is there a way to force a carriage return with an ‘\n’ char or similar when updating a label on a form?
The ‘\n’ char seems to be displayed as a space instead of a carriage return…

Thanks,
Marco

Please, try to use the html break line (<br/>):

	{type: "label", label: "label line<br/> another one"},
1 Like

Works very well, thank you very much Sematik!

Greets,
Marco