Ajax Form SubmitFramework7 provides two methods to automatically send data using Ajax.
Send form data on submitAdd the ajax-submit class to form if you want to enable Ajax form and send the form data on clicking Submit automatically. When user submits the form, Ajax will automatically send the form data using the following rules:
Send form data on input changeWe can submit the form data when the user makes any changes in the form fields by using ajax-submit-onchange class as shown below: When the user modifies any form field, form data will be sent automatically using Ajax with same rules as discussed above. Next TopicF7 Checkboxes & Radios |