How to sub section a long user entry form in MVC C#
I need to develop a long user entry form (Job application form). Which has many sub sections like personal data, Exam Results, Work Experience, Membership ect…As all these cannot be displayed at once I want to show one section (personal data) first, then user clicks next button show the next section (exam results) like wise. Once clicked the final submit button need to store all the data in the db. How can I achieve this in C# .net core MVC?