View on GitHub
Examples
You can see through these examples what kind of form it works on.
On this page
Download Files
Example Form
- Example 1 (Response Data in the Same Page with Message)
- Example 2 (Response Data in the Same Page with Javascript Alert Message)
- Example 3 (Response Data in the Another Page (success.php))
- Example 4 (Form in the Model)
- Example 5 (Without Refresh Page with Ajax Request and Success Message in the Alert)
- Example 6 (Without Refresh Page with Ajax Request and Success Message in the Page Content)
- Example 7 (Without Refresh Page with Ajax Request and Success Message in Toast Message)
- Example 8 (Without Refresh Page with Ajax Request and Form will start feeding when this element is visible.)
- Example 9 (If entry saved and return record id. Save record id in the excel data.)
- Example 10 (If there is any error (in page) while saving the entry then we can fill the second entry and the error should be stored in the excel template.)
- Example 10-1 (If there is any error (alert message) while saving the entry then we can fill the second entry and the error should be stored in the excel template.)
- Example 11 (Select State, District, Block, Village)
- Example 12-13 (Fill Two Form One-by-One) and Fetch OTP on Server
- Example 14 (Success message on page but after some time and on another page)