Question
Event.Value formatting in calculated field
Greetings all,
I looked through the forums but could not find an answer to the issue I face.
I have a text field populate based on an option selected from a drop down list using event.value.
If I have the following code: else if (selection=="Package C") event.value = "Package C includes: X, Y, and Z";
Is there a way to bold only "Package C includes"?
