Increase the max file size limit in WordPress
Using a small snippet, we're going to increase the upload size, post size, and max execution…
Conditionally Show the Submit Button
This snippet will automatically show or hide the Submit button based on form field responses.
Adding Custom Border to Your Form
/* Add custom border to specific form */ #wpforms-form-1234 { border: 2px solid #333333; padding: 20px;…
Append a string to the Meta Description of each post
This snippet can be used to append a string to the Meta Description of each post
Disable Shortcode Parsing in All in One SEO
This filter can be used to prevent AIOSEO from parsing shortcodes.
Disable a Form Field to Prevent User Input
This snippet will render any Single Line Text or Paragraph Text field as read-only which will…
Show link assistant suggestions
This snippet fixes a conflict of a custom theme with the default WordPress class called 'fixed'.…
Set Default Date for Date Picker
Sets a default date for your Date Picker form field.
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.
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…
Create Additional Schemes for the Address Field
This snippet will show you how to create your own Scheme for the Address field. This…
Allow adding more than 10 additional keyphrases
This snippet allows adding more than 10 additional keyphrases. Note: Replace 20 with the maximum number…
Defer the reCAPTCHA Script
Defers the reCAPTCHA script until after the page finishes loading.
Add Redirection to Custom Password Reset Form
With this filter you can redirect any lost password requests to a custom reset form