Contact form db plugin customization

Use the remove_submenu_page function to remove the shortcode menu. Pass the parent menu’s slug and the submenu’s slug as arguments to this function. Paste the following in your theme’s functions.php file. add_action( ‘admin_menu’, ‘remove_short_code_menu’ ); function remove_short_code_menu() { remove_submenu_page( ‘CF7DBPluginSubmissions’, // $parent_menu_slug ‘CF7DBPluginShortCodeBuilder’ // $submenu_slug ); }

Contact Form 7 multi-column form error

I think this is mostly a CSS problem. The container for your submit button is inside a paragraph tag which combined with your floating columns will break the way it looks. Your website is using bootstrap so I would suggest using that instead. Here is a guide: https://www.toptal.com/front-end/what-is-bootstrap-a-short-tutorial-on-the-what-why-and-how (I am not affiliated with this website) … Read more

How to direct contact form submission to a certain page

If you’re okay with paying for a plugin, here’s one that does exactly what you need: https://querysol.com/product/contact-form-7-redirection/ Otherwise you need to write some code yourself, the documentation is here: https://contactform7.com/redirecting-to-another-url-after-submissions/ The code itself needs to be extended a bit, e.g. <script> document.addEventListener( ‘wpcf7mailsent’, function( event ) { if (jQuery(‘#yourdropdown’).val() == ‘0’) { location = ‘http://example1.com/’; … Read more

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)