Answer Piping Bronze Plan
Reactively display any field data anywhere. “pipe” an answer previously provided by a respondent into a later question or reactively display calculations of field data. Values instantly update as you type.
Implementation
<input type="text" name="name" value="John Doe"> <p>Welcome, <span answer-piped>fields.name</span>!</p>
<input type="text" name="name" value="John Doe"> <p>Welcome, <span data-kw-answer-piped>fields.name</span>!</p>
Notice anything wrong in our docs? Let us know.