Hi @sabuhi13,
As noted in our guide on how to style WPForms, with WPForms version 1.8.1 and later, 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.
To show this option on your settings page, you’ll need to add the following code snippet to your site:
add_filter( 'wpforms_admin_settings_modern_markup_register_field_is_hidden', '__return_false' );
In case it helps, here’s our tutorial with the most common ways to add custom code like this.
For the most beginner-friendly option in that tutorial, I’d recommend using the WPCode plugin.
Hope this helps!
Hi @sabuhi13,
We haven’t heard back from you in a few days, so I’m going to go ahead and close this thread for now. But if you’d like us to assist further, please feel welcome to continue the conversation.
Thanks!