I recently designed a webpage that features a table listing the employees of a company. I incorporated a button which, when clicked, triggers a pop-up modal containing a form with questions about a new employee's personal information, including first name, last name, and date of birth. To enhance user experience, I aim to create a 3-step form within the modal, similar to the example image below.
https://i.sstatic.net/9XGuC.png
While I have obtained all necessary images for the circled numbers in the picture, I am relatively new to using bootstrap. I am seeking advice on whether modals are the best approach for implementing this multi-step form, or if there are more efficient methods available for achieving the desired functionality.