Framework7 - Form Data



Description

Framework7 has very few useful methods, which makes working with forms easy. The following table shows form data methods used in Framework7 −

S.No Methods & Description
1 Form to JSON

You can use formToJSON() method to convert all form fields values to JSON.

2 Form from JSON

You can use formFromJSON method to fill up form according to JSON data.

framework7_forms.htm
Advertisements