Framework7 - Forms



Description

Forms are used for interacting with the users and collects 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 as specified in the table below −

S.No Overlay Type & Description
1 Form Elements

Form elements are used to make good looking form layouts.

2 Checkboxes and Radios

The list view extention allows you to create checkbox and radio inputs in Framework7.

3 Smart Select

Smart select is an easy way of changing form selects to dynamic pages by using groups of checkboxes and radio inputs.

4 Disabled Elements

The elements can be disabled by applying the disabled class to the element or adding disabled attributes for form element.

5 Form Data

Framework7 has very few useful methods, which makes working with forms easy.

6 Form Storage

It is easy with the form storage to store and parse forms data automatically on Ajax loaded pages.

7 Ajax Form Submit

Framework7 allows you to send data automatically using Ajax.

Advertisements