Duration: 16:39 min
Summary: Let’s continue our forms discussion. Today we will be working with two forms: In the first one, we will divide the page into two sections. The first one will be a panel (within 4 columns), and the second one will be a form (in the other 8 columns). As the size of the screen changes, we will notice that the panel will be on the top and the form will be underneath it. This support to different devices and the web is automatically provided through Bootstrap. In the second example, we will look at loading a form in a modal dialog. We will get the code of the modal dialog from the Bootstrap web site and we will place our form in the modal body. We will get an elegant looking form in a modal dialog within 5 minutes!