How to Disable reCAPTCHA for Automated Testing

/** * Disable for automated testing. * * @link https://wpforms.com/developers/how-to-disable-recaptcha-for-automated-testing/ */ // Disable reCAPTCHA assets and…

10+

How to Add Address Field Validation For Authorize.net

/** * Add address validation for Authorize.net address fields * * @link https://wpforms.com/developers/how-to-add-address-field-validation-for-authorize-net/ */ function wpf_dev_authorize_address_validation(…

10+

How to Perform Field Comparisons Within Your WPForms

/** * Perform Field Comparisons * * @link https://wpforms.com/developers/how-to-perform-field-comparisons-within-your-wpforms/ */ function wpf_dev_compare_fields( $fields, $entry, $form_data )…

10+

Collect National Id Number

Add a field that collects the donor's national ID number, or any other text field.

Add Campaigns Menu

Add a top-level Campaigns menu tab to the menu in the WordPress dashboard.

Add a color picker field in Formidable Forms

Install this snippet and add 'frm-color-picker' in the 'CSS Layout Classes' setting for a field.

Display Post and Page IDs in WordPress Columns

This PHP code enables you to display the IDs of posts and pages within WordPress columns.…

display user name in a menu

/** * Show a user's display name/user name in a WordPress menu. * Once this code…

Automatically Delete Woocommerce Images After Deleting a Product

Automatically Delete Woocommerce Images After Deleting a Product

Increase the Number of Posts Imported Per Batch from Rank Math Plugin

This filter can be used to increase the default number of posts imported per batch from…

10+

Increase the Number of Posts Imported Per Batch from SEOPress Plugin

This filter can be used to increase the default number of posts imported per batch from…

10+

Change the Default Taxonomy Name “aioseo-location-category”

This filter can be used to change the default taxonomy name “aioseo-location-category”.

10+

How to Hide Zero Quantity Items in Dropdown Payment Field Notifications

This snippet hides items with zero quantities from your WPForms notification emails when using payment fields

10+

Change the No Results Found text in Modern Dropdown

This snippet changes the default no result found text in Dropdown field with Modern style.

10+

Setting the Default Address Scheme to International

This snippet is used to update the default behavior of the Address field in WPForms. This…

10+
1 26 27 28 29 30 180