MVC Maintenance Form
Budget: $30 – $250 USD
I am an IT technician and recently been asked to create a maintenance website. I am not fairly savy with coding, however i have managed to create a website using a MVC framework with the help of some youtube tutorials,. The website has a login system and redirects user according to their department to their specific departments maintenance pages. on the landing pages you will see the list of maintenance records and you can choose to create a new maintenance record or update and existing one. There are 3 thing i am unable to do.
1. I would like a dynamic drop down list to choose a region which will than will provide me a only cities in that region in the cities drop down list, and from the selected cities a drop downlist that only shows areas within the selected city.
2. i would like to be able to upload multiple files such as backup configs and images for that maintenance. There should be a limit for size of file uploaded.
3. for long forms i would like to store certain information in different tables. I would like to have a main table that records the important details. and use the main tables id as a foreign key in the other tables once i create the maintenance records.
1. I would like a dynamic drop down list to choose a region which will than will provide me a only cities in that region in the cities drop down list, and from the selected cities a drop downlist that only shows areas within the selected city.
2. i would like to be able to upload multiple files such as backup configs and images for that maintenance. There should be a limit for size of file uploaded.
3. for long forms i would like to store certain information in different tables. I would like to have a main table that records the important details. and use the main tables id as a foreign key in the other tables once i create the maintenance records.