How to Automatically Submit a Form with a Field Choice

/** * Trigger submit from checkbox click * * @link https://wpforms.com/developers/how-to-automatically-submit-a-form-with-a-field-choice/ */ function wpf_dev_automatic_submit_form( ) {…

30+

Add Textbox To Donation Form

Adds a textbox to a donation form - for example, to collect a referral code.

Using Date Picker Localization

This snippet is used to apply the changes that instruct WPForms to update the date picker…

30+

How to Center a Form

This code centers the form using margin: 0 auto and sets a maximum width of 500px.

30+

Add Checkbox Field To Donation Form

Collect a checkbox field in the donation form.

Hide the breadcrumbs on pages.

This snippet can be used to hide the breadcrumbs on pages.

30+

Change OG Title of a Specific Post

This filter can be used to change the OG Title of a Specific Post with ID…

30+

Breadcrumbs - Hide WooCommerce Shop crumb

This filter can be used to hide the WooCommerce Shop page from the breadcrumbs.

30+

Localizing Date Picker Strings

This snippet is used to modify WPForms' default date picker locale

30+

Remove article:published_time and article:modified_time meta tags from all posts

This filter can be used to remove article:published_time and article:modified_time meta tags from all posts

30+

Change Business Info Location Icon

This filter can be used to change the business info location icon. Replace "/assets/images/email-icon.png" with the…

30+

Using Smart Tags in Your WordPress Rewrite Rules

This code snippet converts messy query string URLs into clean, user-friendly URLs while preserving functionality

30+

Real-time validation for restricting numbers from Single Line Text field

/** * Dynamically prevent numbers from being entered on single line text fields * * @link…

30+

How to Add Firework Animation to Confirmation Message

/** * Add fireworks to the canvas element on the confirmation message * * @link https://wpforms.com/developers/how-to-add-confetti-animation-to-confirmation-message/…

30+

Sticky Posts on Category Pages

Make sticky posts show up first on category pages too.

30+
1 18 19 20 21 22 202