Interested in knowing how I can "pipe text" from an answer to another question within the same form in Formstack?
Generally, this works by setting 'placeholders' in script that are replaced when data is filled in earlier in the form.
Here is some html from another form using similar code
{"description":"","name":"typeA","qid":"3","text":"Favorite Color?","type":"control_radio"},
{"description":"","name":"typeA4","qid":"4","subLabel":"","text":"Name","type":"control_textbox"},
{"name":"input5","qid":"5","text":"Here are my fields that should populate when you answer above questions:\nName:
{typeA4}\nFavorite Color: {typeA}","type":"control_text"},{"description":"","name":"typeA6","qid":"6","text":
"{typeA4} is it true that your favorite color is {typeA}?
Here is an image of the survey.enter image description here