İ want to create a one page form but this form needs to be its own layout design regarding to my customer. İ will use tables to put labels, inputs and check boxes... There are 50 different field to fill. What is the easy way to do this. There will be only one database table and 50 column. But it is getting hard to edit all of these areas.Do ineed to use any scaff which you can recommend.( İ am using EF in my project.)
ADD ON[ Actually, i have some forms which is built in Excel. These are complex forms and have lots of fields. My customer do not want to fill these forms with excel and want to fill these forms in website. So i need to create lots of labels and input elements to create these forms. I am asking , is there any another way to carry this forms to web. I have found some solution that you can create excel templates online and let your customer fill them. But i am not sure it is the best way. Do i need to create forms manually ??
]