Skip to main content
Participating Frequently
February 8, 2021
Answered

How to create a master text box that when updated will update all copies of that text box?

  • February 8, 2021
  • 1 reply
  • 601 views

Is it possible to create mulitple master text boxes that when updated will update all copies of those text boxes ?

 

<The Title was renamed by moderator>

 

This topic has been closed for replies.
Correct answer Joseph Labrecque

Sure. Just convert the text box into a component and then any instances of it will inherit from the main component.

1 reply

Joseph Labrecque
Community Expert
Joseph LabrecqueCommunity ExpertCorrect answer
Community Expert
February 8, 2021

Sure. Just convert the text box into a component and then any instances of it will inherit from the main component.

purplepinAuthor
Participating Frequently
February 8, 2021

Many thanks!