I am using request forms to create a project with a number of subprojects.
I want to add a conditional sub project that will live in a specific sub project yet to be created by the template I am using. Sounds a bit confusing but this the structure below.
Main Project
-sub-project 1
-sub-project 2
- sub-project 2a
- sub-project 2b
-sub-project 3
The template creates the main project, and subprojects 1, 2 and 3.
I would like - sub-project 2a to be created specifically inside -sub-project 2 when a certain answer is selected on a multiselect question, say question 5 on the request form, and - sub-project 2b to be created inside sub-project 2 when a certain answer is selected on a multiselect question, say question 7 on the request form.