Extract the string of an input text

Hello, thank you in advance for an answer to this question:

If I have an input text that gets it’s content from a dataset, can I extract that contact to use also on another text object?

Thank you :slight_smile:

You should be able to have the other text object get its content in the same, exact way the first one is getting it.

If, for some reason, that doesn’t work, then you could employ JavaScript to programmatically change the .value property of the other text object.