Hi there,
I have a parent form with a nested child form in it, to submit projects.
The parent form has a rubric upload field, that should go into all of the child forms. But, I am having trouble passing this document field to the nested child form.
How can I achieve this? I have some ideas of how this may be able to be done, but am unsure what would be best:
My ideas:
-
Upload a file to the parent, that will go into the child. - If a file will not work. Pass the URL of the file from the parent to the child? (Unsure, if this is possible, or how?)
-
Have a separate gravity form for users to upload rubrics, which can then be dynamically selected in the parent form to go into the child form. I am able to use dynamic selection from a dropdown in the parent, but am not sure how to get the file into the child form?
-
My third idea is to have a separate gravity form that converts the document to text with the Open AI Gravity Wiz add on, then populate the text some how in my child form. Is that even possible?
Really appreciate everyones help here! This has been a pain point of mine finding the best solution.