Framework7 Forms

Framework7 Forms are used to interact with users and collect data from the web users using text fields, checkboxes, radio buttons etc. Framework7 provides different types of form elements to work with the applications smoothly.

Some of them are specified below:

IndexOverlay TypeDescription
1)Form ElementsForm elements are used to make good looking form layouts.
2)Checkboxes and RadiosThe list view extension facilitates you to create checkbox and radio inputs in Framework7.
3)Smart SelectSmart select provides an easy way to change form select to dynamic pages by using groups of checkboxes and radio inputs.
4)Disabled ElementsThe elements can be disabled by applying the disabled class to the element or adding disabled attributes for form element.
5)Form DataFramework7 has some useful methods, which makes working with forms easy.
6)Form StorageIt is easy with the form storage to store and parse forms data automatically on Ajax loaded pages.
7)Ajax Form SubmitFramework7 allows you to send data automatically using Ajax.