I have a requirement to design a View(form) in MVC using bootstrap which should be compatible when viewed in Mobile, Tablet and desktops.
It's an user input form which will have textboxes, checkboxes, dropdowns and other standard input controls.
I know the basics of Bootstrap grid system but still want to know the right approach for designing this kind of form.
Can anyone provide code samples?