This tutorial will walk you through how to change the limit character text that appears when using the Limit Character or Limit Words option on your text fields using PHP.
wpforms_post_submissions_process_meta
The wpforms_post_submissions_process_meta filter runs on the value that gets saved for the custom field (what gets passed to update_post_meta()).
How to Change the Password Field Sublabels
This tutorial will show you how to use PHP to change the text that appears below the Password fields when the Enable Password Confirmation is enabled.
wpforms_process_filter
The wpforms_process_filter fires after all field validation and formatting data.
How to Create a Student Enrollment Form in WordPress
Want to let parents enroll their students online? Creating a student enrollment form for your website can help you collect and manage student information more easily.
In this tutorial, we show you how to use WPForms to create a custom student enrollment form from a template.
In this tutorial, we show you how to use WPForms to create a custom student enrollment form from a template.
wpforms_admin_flyoutmenu
The wpforms_admin_flyoutmenu filter is used to determine if the flyout menu should display in the bottom right corner of the WPForms admin pages.