Plantio ou Erradicação de Árvores

Plantio ou Erradicação de Árvores

Pesquisa de Satisfação

Selecione Não Sim
let tituloServico = document.querySelector('h1.elementor-heading-title.elementor-size-default').innerText; let categoryService = document.querySelector('span.elementor-post-info__terms-list-item').innerText function carregaPagina() { let title = document.querySelector('.title'); let category = document.querySelector('.category'); if (categoryService === "SERVIÇOS DO MEIO AMBIENTE") { categoryService = "MEIO AMBIENTE"; } title.value = tituloServico; category.value = categoryService; } carregaPagina