Using the “Include Form Styling” Setting
With the Base styling only setting in place, multi-column layouts will generally not function properly. To…
Custom Template File Hook
This is the hook you will need in order to add custom form templates to your…
Dynamically Add Article Schema to Posts
This filter can be used to Dynamically Add Article Schema to Posts.
Remove the Key Text on Conversational Forms
This CSS will remove the Key Text on all Conversational Forms.
Make "Follow on TikTok" Button Larger and Full Width.
This will make the "Follow on TikTok" button in the header span the whole width of…
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…
Remove the author of an article
This snippet removes author of an article
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 Custom Element to Breadcrumbs
This snippet adds a custom Element called "Resources" (with its link) as the 1st element in…
Disable AIOSEO Schema markups for a specific page
This snippet removes the AIOSEO Schema Markups from a specific page. Note: Replace '1209' with the…
Add Shortcodes to the List of Conflicting Shortcodes
Add shortcodes to the list of conflicting shortcodes
Custom Logo Per Page
Add a way to choose a custom logo for each page.
Conditionally show the submit button
/** * Conditionally show the submit button * * @link https://wpforms.com/developers/how-to-conditionally-show-the-submit-button/ */ add_action( 'wp_head', function ()…
Disable AIOSEO Admin Menu Bar
This filter can be used to Disable AIOSEO Admin Menu Bar.