The CreatorCon Call for Content is officially open! Get started here.

How to change or rename the Label Of the dropdown field on form and list layout.

naresha
Kilo Contributor

How to change or rename the Label Of the dropdown field on form and list layout.

5 REPLIES 5

srinivasboppana
Kilo Expert

HI Naresh,



This is also works fine.



var oldLabel = g_form.getLabelOf('number');


g_form.setLabelOf('number', oldLabel + ' (Customer visible)');