This tutorial will show you how to customize the modern dropdown field by limiting the search results.
wpforms_pro_admin_entries_export_ajax_get_entry_data
The wpforms_pro_admin_entries_export_ajax_get_entry_data filter can be used to manipulate the data being requested and exported from the form entries.
How to Send the Entry ID Through Webhooks
This tutorial will show you how to pass the entry ID through Webhooks addon using a small PHP snippet.
wpforms_conversational_forms_enqueue_styles
The wpforms_conversational_forms_enqueue_styles action is used to register and enqueues styles for forms created with the Conversational Forms addon.
wpforms_form_pages_enqueue_styles
The wpforms_form_pages_enqueue_styles action is used to register and enqueues styles for forms created with the Form Pages addon.
How to Capitalize Form Field Inputs
This tutorial will show you how to use CSS along with JavaScript to dynamically apply the text to be capitalized as the field is being completed.