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
  • 2 replies
  • 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 is closed to new replies. Start a new post to keep the conversation going.
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.

2 replies

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!