Ricerche recenti


Nessuna ricerca recente

Mikey McLaughlin's Avatar

Mikey McLaughlin

Data ingresso 01 ago 2024

·

Ultima attività 12 nov 2024

Seguiti

0

Follower

0

Attività totali

7

Voti

0

Abbonamenti

5

PANORAMICA ATTIVITÀ

Ultima attività di Mikey McLaughlin

Mikey McLaughlin ha commentato,

CommentoPublishing and sharing dashboards

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

Visualizza commento · Data ultimo post: 12 nov 2024 · Mikey McLaughlin

0

Follower

1

Voto

0

Commenti


Mikey McLaughlin ha commentato,

Commento nella community 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

Visualizza commento · Data ultimo post: 04 set 2024 · Mikey McLaughlin

0

Follower

0

Voti

0

Commenti