Save Form Submissions
HTML Forms can store all of your form submissions in your database. You can then view these Submissions from inside the WordPress admin whenever you want. This option is enabled by default.
Open up your form, go to the Settings tab and toggle the setting shown below to Yes.

Save your form. Now, whenever a user submits that form, the submission data will be saved. You can view that data from the Submissions tab.
Related Posts from Our Knowledge Base
HTML Forms executes a handful of custom JavaScript events based on user interactions. You can hook into these to run your own code.
HTML Forms offers support for Google reCAPTCHA v3. The process is simple. Step #1 Generate a Site Key and a Secret Key for your site by registering at https://www.google.com/recaptcha/admin/. Step #2 With your keys in hand, add them to the Google reCAPTCHA v3 fields in the HTML Forms plugin settings screen: Step #3 Confirm your […]