General Forms Subtitle goes here...
Input Fields
Individual form controls automatically receive some global styling. All textual elements with .form-control
are set to width: 100%; by default. Wrap labels and controls in .form-group
for optimum spacing.
Input Groups
Extend form controls by adding text or buttons before, after, or on both sides of any text-based input. Use .input-group
with an .input-group-addon
to prepend or append elements to a .form-control
.
The datepicker is tied to a standard form input field. Click on the input to open an interactive calendar in a small overlay. Click elsewhere on the page or hit the Esc key to close. If a date is chosen, feedback is shown as the input's value.
Set the numberOfMonths
option to an integer of 2 or more to show multiple months in a single datepicker.
Display the datepicker embedded in the page instead of in an overlay. Simply call .datepicker()
on a div
instead of an input.
Dropzone Multi-File Upload
DropzoneJS is an open source library that provides drag'n'drop file uploads with image previews. http://dropzonejs.com/
This is just a demo. Uploaded files are not stored. This does not handle your file uploads on the server. You have to implement the code to receive and store the file yourself.