The wpforms_post_submissions_process action fires during form entry processing, after initial field validation has passed.
How to Store Checkbox Values as Arrays With Post Submissions
This tutorial will show you how to store checkbox values from a post submission form as an array.
wpforms_frontend_confirmation_message
The wpforms_frontend_confirmation_message filter is applied to all forms to display a confirmation message. Use this to replace the form's message.
How to Add a Contact Form Footer (With a WordPress Widget)
Looking for a widget to put your contact form at the bottom of your site? WPForms makes it super simple to embed a form so you can get more form submissions. In this guide, we’ll show you how to use a widget to put your contact form in your WordPress site’s footer. How Do I […]
wpforms_process_smart_tags
The wpforms_process_smart_tags filter is used to process Smart Tag(s) inside the WPForms form builder for areas such as labels, descriptions, HTML code blocks, etc.
wpforms_process_complete
The wpforms_process_complete action fires at the very end of (successful) form entry processing.