Thanks for the response.
We have it set-up right now where the parent ID is entered in by an admin into a hidden field called Parent ID. Is there a way to set the default value of a field in the Manage Fields section to call the result of the parent’s record value. For example, in one of your tutorials you have $current_user->user_login which sets the default to the user’s login. Is there something like “$object_of_parent->field” that can be set as the default to pass the info?
Basically, looking to have these values passed to the user records after they have already filled out their form. So doing it through the admin side is what I’m trying to achieve.