How can I get my form's collection field to fill the Applicant from one lookup (orders$) and the cost of the applicant's orders from another lookup (itemcost$)?
- Applicant1 (list their 3 items ordered and their costs in a small table for this applicant)
- Applicant2 (list their 2 items orders and their costs in a small table for this applicant)
- (and continue prefilling all the applicants orders until the look up finishes listing all the applicants)
Each collection (per applicant) will have to fill from 2 separate lookup lists:
- The applicant's name and each order from one look up (Order SQL list)
- The item costs from another look up (product SQL list)
Somehow, I'm not getting this right:
ACTUALLY: What's not working, is it is not prefilling with the applicant and the applicant's orders. The second part is working, the tree price will fill in after I manually add an applicant and a tree.