replace text parts with dataset input

hi, I need to replace parts of a text with a personalized input in a dynamic page but I don’t know how to do it.

as you can see, i need the ‘<>’ to be replaced with the text in the dataset


this is from the dataset. the items are filled so i need the to display the client text input in the dataset

i can’t find a way to do it,
can someone help me?

Joaquin,

Text elements can be linked to data, so you can add both the label (left part) and field placeholder (right part) as text elements. The right part you can connect to the appropriate dataset field that will fill with data, instead of showing the field placeholder, when the page draws.

I hope this helps.