I added like this
remove_shortcode(‘contact_form_shortcode’);
add_action(‘init’, ‘add_contact_form_shortcode_shortcode’, 99);
function add_contact_form_shortcode_shortcode() {
add_shortcode(“contact_form”, “contact_form_shortcode”);
}
With this code it look like text https://prntscr.com/iniez2