Append specific string to the SEO Title of each post
This snippet can be used to append a specific string to the SEO Title of each…
Add Shortcodes to the List of Conflicting Shortcodes
Add shortcodes to the list of conflicting shortcodes
Change Sublabels for the Stripe Credit Card Field
With this snippet you can change the sublabels that appear on the Stripe Credit Card field…
Shortcode to get all taxonomy values of current post
This snippet declares a shortcode to get all "Artist" taxonomy values of the current post.
Custom Template File Hook
This is the hook you will need in order to add custom form templates to your…
Limiting Options for the Date / Time Field
This snippet will disable any future date in your date picker. You'll need to update the…
Force WPForms to use modern markup
If using the deprecated Credit Card field prevents you from enabling modern markup, you can bypass…
Create Additional Formats for the Date Field
Add custom date formats to the Date field in WPForms.
Disable AIOSEO Schema markups for a specific page
This snippet removes the AIOSEO Schema Markups from a specific page. Note: Replace '1209' with the…
Append a Page to the Additional Pages Sitemap
This filter can be used to Append a Page to the Additional Pages Sitemap
Adding Images to Checkboxes
This CSS snippet will add a background image to the labels of the Checkbox fields.
Remove the Key Text on Conversational Forms
This CSS will remove the Key Text on all Conversational Forms.
Add Translated Version Sitemap Entries for a Specific Post
This filter can be used to add Translated Version Sitemap Entries for a Specific Post. You…
Processing Smart Tags in HTML Field
This snippet makes WPForms Smart Tags usable in the HTML field
Adding Transitions to Checkbox and Multiple Choice Selections
ul#wpforms-999-field_3 li label, ul#wpforms-999-field_27 li label { padding: 10px; transition: all ease 0.3s; background: linear-gradient(to right,…