@ikonnectfiles This isn’t a Laravel-specific problem. You need to model your data as you would any other framework or library. You should be using UI and UX best practices as well. As you’ve mentioned yourself, very few people are going to fill out a form with 100 fields in one go, so break the form (and registration process) down into steps that people can fill out separately.
How to handle form with many fields static and dynamic and image uploads in laravel12 with bootstrap
I am developing a big project with multiple control panel with multiple roles and logins . one big form for employee registration with their complete profile registration including certificate uploads . I am new to Laravel .i am wondering how to handle this such a big form .how to store it in database in different tables in a transactional mode .
Technology being used is : Laravel + bootstrap+mysql .
for role based authentication what to use . how to handle a form with more than 100 static and dynamic fields how to store it in database I tried with many startup kits for authentication . but since i am using bootstrap lots of issues coming . and when i create form its soo long and more fields . its not easy to fill the form at a stretch . and how to save the data in one table or many tables . what to use in laravel as i am new to laravel . please guide me in this with any articles . to create a multiple dash board in bootstrap on role based . thaks
Please or to participate in this conversation.