Changing Sublabels for the Email Field

This snippet is used to update the default labels for the Email field when it includes…

<10

Changing sublabels for Email Field on a Single Form

This snippet is used to change sublabel for Email field on a specific form. Be sure…

<10

How to Change the Captcha Theme on Google Checkbox v2 reCAPTCHA

/** * Change the captcha theme for the Google Checkbox v2 reCAPTCHA * * @link https://wpforms.com/developers/how-to-change-the-captcha-theme-on-google-checkbox-v2-recaptcha/…

<10

Generate and Send Invoice Number to Authorize.Net

This snippet generates and sends a unique invoice number to Authorize.Net for completed payments in WPForms

<10

Make Form Fields Required Not Required

This example shows how to make a form field required or not required.

Add Custom Campaign And Donation Field

In this example, a new email field is added which can be used both in campaign…

Add Custom Donation Field

Add a new donation field to be displayed in Charitable emails related to donations.

Change Country Field To Hidden

Change the Country field in the donation form to a hidden field with a hard-coded default…

Change Custom Amount Field Label

Filter the custom amount field description.

Admin Bar - Updates

Show updates in Admin Bar

Continue Shopping Button

/** * Add Continue Shopping Button on Cart Page * Add to theme functions.php file or…

Carla Mawyin
<10

WPCode Add New Snippet Skip Library Screen

This snippet enables you to skip the snippet library screen when adding a new snippet in…

<10

Disable All Admin Notices individually

function disable_all_admin_notices() { remove_all_actions('admin_notices'); } add_action('admin_init', 'disable_all_admin_notices');

Create List of Child Pages

To show a list of Child pages on the Parent Page

WP Simple Pay: Add Custom CSS Classes to the Payment Button

"Payment Button" refers to the button that launches an On-site Overlay or Stripe Checkout Payment Form.

1 29 30 31 32 33 171