A way to either automatically fill certain questions with already entered information based on conditionals would help the form filler’s experience, for example: entering the same address for a spouse and multiple children could be replaced with a simple yes/no question for each of those items
I believe this could be done using Invisible Logic! As in there can be a Q : ‘’is the spouse at the same address’’. If yes, it would trigger no additional addresses field, but if no, then it would trigger additional fields.
And then, Invisible Logic can be used to generate the proper address in the output. (If spouse at same address, then output address is Main client address; if spouse NOT at same address, then output address is spouse address inputed in follow-up questions)
@Anja-Sara Lahady I’ve thought about that, and it does work! This request is more to make things less complicated and/or busy on the output document side.
When you mentioned invisible logic I actually had an inspiration on how to do this!
I used blank invisible logic variables as “temporary variables”.
if the user enters a client address, then answers “yes” to “is your spouse at the same address?” those temporary variables will be filled with the client address.
Finally, the spouse address uses those variables as default values.
I know it’s not what you meant but thanks for the inspiration!