Field caption based on variable from drop-down list | Community
Skip to main content
LucreciousDFF
Level 4
April 25, 2019
Solved

Field caption based on variable from drop-down list

  • April 25, 2019
  • 1 reply
  • 1791 views

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?

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by Gaurav-Behl

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

1 reply

Gaurav-Behl
Gaurav-BehlAccepted solution
Level 10
April 25, 2019

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