I have to parent form called EventForm and embed form called as RegisterForm. If your is not logged in means i want to show register form. Registration working fine with embed form. But after registration i want to store user id to parent table event.
I guess saveEmbeddedFroms() function called after parent form saved. So which function is suitable to update parent form. Can any one give me idea. How to do this.