Expand my Community achievements bar.

SOLVED

Field caption based on variable from drop-down list

Avatar

Level 4

Hello,

I am attempting to code a concatenation string with the rawValue result from a drop-down field and insert the string into the caption of another field. Is there a way to have the caption of a signature field populate dynamically based on the value from a drop-down list along with static text, so, a concatenated string which has static text, a dynamic piece pulled from a drop-down list, and, additional static text? Can a field have a dynamic caption?

1 Accepted Solution

Avatar

Correct answer by
Level 10

Based on your frontend library/framework, manipulate the DOM at runtime.  E.g. use jquery/js at appropriate step in lifecycle of DOM rendering

View solution in original post

1 Reply

Avatar

Correct answer by
Level 10

Based on your frontend library/framework, manipulate the DOM at runtime.  E.g. use jquery/js at appropriate step in lifecycle of DOM rendering