Pesquisas recentes


Sem pesquisas recentes

Mikey McLaughlin's Avatar

Mikey McLaughlin

Entrou em 01 de ago. de 2024

·

Última atividade em 12 de nov. de 2024

Seguindo

0

Seguidores

0

Atividade total

7

Votos

0

Assinaturas

5

VISÃO GERAL DA ATIVIDADE

Atividade mais recente por Mikey McLaughlin

Mikey McLaughlin comentou,

ComentárioPublishing and sharing dashboards

+1 for the ability to schedule an export as PDF or Images

Exibir comentário · Publicado 12 de nov. de 2024 · Mikey McLaughlin

0

Seguidores

1

Votos

0

Comentários


Mikey McLaughlin comentou,

Comentário na comunidade Discussion - Tips and best practices from the community

Hi,

 

I was wondering if anyone could assist with this functionality. I am trying to hide & prepopulate the Description and Subject Fields on one specific form, however the below code has no effect on my form: 

 

 if (window.location.href.indexOf("21346992414237") > -1) {
// Autofill subject field    
 document.querySelector('#request_subject').value= "Write your text for subject field.";  

// Autofill description field    
  document.querySelector('#request_description').innerHTML= "Write your text for description field.";
     
// Hide subject field     
 document.querySelector('.request_subject').style.display= "none";
    
// Hide description field 
document.querySelector('.request_description').style.display= "none";
 }

 

Thanks 

 

Mikey

Exibir comentário · Publicado 04 de set. de 2024 · Mikey McLaughlin

0

Seguidores

0

Votos

0

Comentários