So basically I am making a Jail Management System. The first part is where an inmate is booked and that session has 5 screens namely:
Booking Screen 1 Booking Screen 2 Booking Screen 3 Medical Property Commissary
I have created entities and forms for all of them. I want the functionality where i can move from the first booking screen to the rest by using like a "Next" button like we usually have in online forms over the internet. Can i achieve this? or is there some way where I don't have to go to every entity and create a New record manually?
Regards