Home / Admin / WPForms Enable Modern Markup Settings
Duplicate Snippet

Embed Snippet on Your Site

WPForms Enable Modern Markup Settings

By adding this snippet, you will be able to turn the Modern Markup settings on and off.

Users with at least one form on their website before updating the WPForms plugin to version 1.8.1 will see the modern markup option.

If you just installed the WPForms plugin on your WordPress site, you won’t see the Use Modern Markup option on your settings page. Your site will be set to use the modern markup by default.

If you’d like to show this option on your settings page, you’ll need to add the following code snippet to your site.

50+
Code Preview
php
<?php
/* 
Adding a background image to your forms.
Original doc link: https://wpforms.com/docs/how-to-add-a-background-image-in-wpforms/
For support, please visit: https://www.facebook.com/groups/wpformsvip
*/
add_filter( 'wpforms_admin_settings_modern_markup_register_field_is_hidden', '__return_false' );

Comments

Add a Comment