How to Disable Browser Autocomplete for Form Fields - specific fields

/** * Disable autocomplete for a specific form and field ID * * @link https://wpforms.com/developers/disable-browser-autocomplete-for-form-fields/ */…

<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

Unhook Default Charitable Template Functions

In this example, we're going to remove the donor count from the campaign page, but you…

Add Dynamic Hidden Field

Dynamically set as a hidden field in the donation form, based on the ID of the…

Change Campaign Slug Base

Change the /campaigns/ bit to something else.

Add Campaign Creator Name Donation Export

In this example, the campaign creator's name is added to the Donations export, so it's easy…

Add Campaign Creator Export Fields

Add additional campaign fields related to the campaign creator.

RT7 Official - Maintenance Mode

RT7 Official Maintenance Mode

<10

Allow SVG/JPEG/WEBP/ICO/AVIF Files Upload

Allows these filetypes to be uploaded to the media library

WP Simple Pay: Custom Webhook Handling Example

An example of handling the `coupon.updated` webhook event. For a full list of available events see:…

WP Simple Pay: Create WordPress User After Payment

Creates a new WordPress user when a subscription is started or a one-time payment is made.

WP Simple Pay: Add More Aggressive Rate Limiting

Changes the various default rate limit settings.

On Add to Cart Event in WooCommerce

Adds the cancellation event to stop the Browse Abandonment campaign for your push subscribers in the…

Save images as WEBP

/** * Convert Uploaded Images to WebP Format * * This snippet converts uploaded images (JPEG,…

1 30 31 32 33 34 170