Búsquedas recientes


No hay búsquedas recientes

Mikey McLaughlin's Avatar

Mikey McLaughlin

Incorporación 01 ago 2024

·

Última actividad 12 nov 2024

Seguimientos

0

Seguidores

0

Actividad total

7

Votos

0

Suscripciones

5

RESUMEN DE LA ACTIVIDAD

Última actividad de Mikey McLaughlin

Mikey McLaughlin hizo un comentario,

ComentarioPublishing and sharing dashboards

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

Ver comentario · Publicado 12 nov 2024 · Mikey McLaughlin

0

Seguidores

1

Voto

0

Comentarios


Mikey McLaughlin hizo un comentario,

Comentario de la comunidad 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

Ver comentario · Publicado 04 sept 2024 · Mikey McLaughlin

0

Seguidores

0

Votos

0

Comentarios