Inserting values from two form views into one model.
For example ! Form view (view mode) and popup window(form view) and model(StudentRegistration).
how i can insert field values by both form views as according to my scenario.
For example : Initially student's status is 'not-registered' course . After registration student's status must be changed to 'Registered'. This action i need to perform via clicking 'button' on form view(view mode) to open a new popup window to insert that specific field 'status'.