Set Default Date for Date Picker
Sets a default date for your Date Picker form field.
Adding Custom Border to Your Form
/* Add custom border to specific form */ #wpforms-form-1234 { border: 2px solid #333333; padding: 20px;…
Limit Comments & Display Character Count
Limit comment length and display a count of characters.
Heartbeat Setting
Add a setting that allows you to configure the heartbeat interval.
Change Position of v2 Invisible reCAPTCHA Badge
Changes the position of the v2 Invisible reCAPTCHA badge
Allow Multiple Dates Selection in Date Picker
Adds the ability to select multiple dates inside the Date Picker field.
Create Additional Schemes for the Address Field
This snippet will show you how to create your own Scheme for the Address field. This…
Defer the reCAPTCHA Script
Defers the reCAPTCHA script until after the page finishes loading.
WPForms Enable Modern Markup Settings
By adding this snippet, you will be able to turn the Modern Markup settings on and…
Fix LearnPress conflict that hides AIOSEO tabs on settings pages
LearnPress hides the tabs of AIOSEO by loading its Vue assets on our pages. This snippet…
Block IP Addresses From Completing Your Form
Using this snippet will allow you to add specific IP Addresses from completing your forms.
Disable Openverse
Disable the Openverse integration for the media inserter.
Add Redirection to Custom Password Reset Form
With this filter you can redirect any lost password requests to a custom reset form
Allow adding more than 10 additional keyphrases
This snippet allows adding more than 10 additional keyphrases. Note: Replace 20 with the maximum number…
Adding Material Design to Your Form Fields Using CSS
#wpforms-form-697 { float: left; width: 100%; text-align: center; margin: 30px auto 30px auto; } #wpforms-form-697 .wpforms-field…