Hello! I’ve deployed parent and child projects (one is a registration form, and the other will be to follow-up on an intervention). Is it possible to make a lookup field for participant (name: full_name on the parent project) on the follow-up form so that you can type in the participant name and the list displays those with that name?
(You can see I tried select_one_from_file but I makes sense that wouldn’t work since the participant name is in a separate csv file but a “Dynamic Data Attachment”.)
@lzlzlz, did you mean you wish to see the (list of) all the names that match (in the parent form) when typing the name when filling out the child form?
Feel free to correct me if I understood your issue differently.
Hi there! I asked this question previously in the post linked below but didn’t get a response so wanted to try again Does anyone know if there’s a way to create a ‘choice list’ from responses from a parent form? E.g., If my parent form is a participant registration and my child form is a follow-up, is it possible to create a ‘select one’ question type on the child form where the choices are the names of the participants (as registered on the parent form)?