I am creating a form that will be used as a survey. In one section, I am asking responders to answer questions with 4 locations. I would like to take those answers and insert them into future questions about those specific locations. How can I design a form or field that can do this?
You will have to write script to do this. After th euser fills out the first field (on th eexit event) you can script the name that they entered into subsequent objects. Each part of the object is exposed to you and it is simply a matter of calling the correct object property. Start by designing the form assuming they enter a specific value in the field. Then we can help you by seeing specifically which objects you want to use and what poperties would be required.
If you set up each field to be the same fieldname you can set the binding to Global and a change in any of those fields will cause all fields to be refreshed with the same value.