How to Move to the Next Page Automatically
/** * Navigate to the next page automatically * * @link https://wpforms.com/developers/how-to-move-to-the-next-page-automatically/ */ function wpf_dev_automatic_next_page( )…
Remove the crumb for the ‘uncategorized’ category
This snippet can be used to remove the crumb for the ‘uncategorized’ category
Set max-video-preview to 0
This snippet sets max-video-preview robots meta tag to 0
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…
Hide the breadcrumbs on pages.
This snippet can be used to hide the breadcrumbs on pages.
Hide Author SEO Tab From User Profile Page
This filter can be used to Hide Author SEO Tab From User Profile Page
Add aria-label to progress bar to improve WPForms accessibility
/** * Fix WPForms Accessibility: Add aria-label to progress bar. */ function wpf_fix_wpforms_progressbar_aria() { ?>
How to Center a Form
This code centers the form using margin: 0 auto and sets a maximum width of 500px.
Localizing Date Picker Strings
This snippet is used to modify WPForms' default date picker locale
Change Business Info Phone Icon
This filter can be used to change the business info phone icon. Replace "/assets/images/email-icon.png" with the…
Add Textbox To Donation Form
Adds a textbox to a donation form - for example, to collect a referral code.
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:…
Change 'streetLineTwo' in Local SEO address output to an empty string
This filter can be used to change 'streetLineTwo' in Local SEO address output to an empty…
Add Taxonomy Label to LLMS Term Titles
This snippet prepends the taxonomy label to term titles shown in llms.txt and llms-full.txt.
How to Populate a Form Field from an Anchor Link
/** * Populate field from anchor link. * * @link https://wpforms.com/developers/how-to-populate-a-form-field-from-an-anchor-link/ */ function wpf_dev_autofill_field() { ?>