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.

Change the separator symbol on pages

This snippet can be used to change the separator symbol on pages

10+

Use a WooCommerce Product Attribute as the Brand in Product Schema

This filter enables using a WooCommerce Product Attribute as the Brand in our Product Schema. Note:…

<10

Add Campaign Title To Start

Easily add the campaign name as a heading before the donation form.

Hide the last item in the breadcrumb trail

This filter can be used to hide the last item in the breadcrumb trail.

<10

Dynamically Change the SEO Title of a Specific Term Before the Metadata is Saved

The code snippet below can be used to dynamically change the SEO title of a specific…

<10

Creating a Form With Floating Labels

form#wpforms-form-1682 { position: relative; } form#wpforms-form-1682 .floating label:nth-of-type(2) { display: none; } .floating input { position:…

<10

Add Custom Field

Display the custom field in the campaign grid.

How to Add Material Design to Your Form Fields Using CSS

/** * Move label position from above form field to below * * @link https://wpforms.com/developers/how-to-add-material-design-to-your-form-fields-using-css/ */…

<10

How to Link Your Conversational Form Logo

This code snippet will make the logo clickable in a WPForms Conversational Form.

<10

WooCommerce Change "$0.00" to "Free"

/** * Snippet Name: WooCommerce Change "$0.00" to "Free" * Snippet Author: ecommercehints.com */ add_filter( 'woocommerce_get_price_html',…

Change Location Taxonomy Options When its Registered

This filter can be used to change the taxonomy option to ‘hierarchical’

<10

Displaying the Total Number of Entries on Your Site

This snippet creates a shortcode that you can use to display the total number of entries…

<10

To Remove a Single Field From {all_fields}

This code snippet removes a single field from your email notifications while still using the {all_fields}…

<10

Add Campaigns Menu

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

1 24 25 26 27 28 149