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+

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+

Set a specific language for Cloudflare Turnstile.

/** * Set a specific language for Cloudflare Turnstile. * * @link https://wpforms.com/developers/how-to-set-the-language-for-cloudflare-turnstile */ function wpf_add_turnstile_language_script()…

10+

Register New Donation Field

Adding a new field (in this example it is a National ID Number). Explains all the…

Add Email Headers

Add headers to Charitable emails (for example CC/BCC headers).

Set WP Login Url To Charitable Login Page

Always use the Charitable login page as the login.

Show a Live Count of Repeater Fields in Your Form

This code snippet will display a live count of how many repeater field rows have been…

10+

Change Postcode To Zipcode

Change the "Postcode" field into a "ZIP Code" field.

Remove Login Form

Remove the login prompt from being displayed before the donation form.

increase upload memory

upload_max_filesize = 256M post_max_size = 256M max_execution_time = 300 />

Auto Register Login Link

Replaces the login link included in the Auto Register email, which directs customers to log into…

Remove Author Links

If you are disabling author archives on your site you will want to remove the author…

Change "Your Donation" On Donation Form

On donation forms, the headline "Your Donations" can be changed to any text you want with…

1 28 29 30 31 32 213