Sub Forms or Sub Surveys Management
One Form can always call another Sub Form using the Third Party Call
Sub Forms are useful for :
- Recurrent data capture for a some fields
- Uploading more than 1 picture or file within a form
- Capturing specific information to be invoked based on a specific Answer
- Breaking up a Long form into many small forms to upload data faster
Known Limitations
A form that calls a Sub-Form cannot have pictures or any other file uploads at the Main Form level
If you need to take picture with a Form that has Sub Forms - pictures will always have to be uploaded as a SubForm
Best Practices
Every time to call a SubForm it is recommended to have as the first field of the SubForm an Invisible Global Variable that links the Sub Form data with the Form
However - please be aware that the SubForm HTML and CSV files will share the same name as the name of the HTML form registered on the Third Party Field