Version 1.0 has been released - See the updated documentation.
Value piping
Map values across tags using the id attribute.
<form id="form">
<input type="text" id="firstname" cf-questions="Please write your firstname" />
<input type="text" id="lastname" cf-questions="Hi {firstname}, what is your last name?" />
<input type="text" cf-questions="{firstname} {lastname}, what a solid name!" />
</form>