Form state for fields with relationship

How can I get the submitted data for fields which have a relationship defined? When using $data = $this->form->getState(); in forms submit I only get the data of fields without relationships. I need the whole form data (in a frontend form) to "park" it in session and use it again after user has either logged in or registered.
Was this page helpful?