Resolved! How to make a question text bold in a service catalog
I tried adding the following catalog client script, but it changes only the value and not the question. function onLoad() { g_form.getControl('new_email').setAttribute('style', 'font-weight: bold'); }