Recherches récentes


Pas de recherche récente

Mikey McLaughlin's Avatar

Mikey McLaughlin

Adhésion le 01 août 2024

·

Dernière activité le 12 nov. 2024

Suivis

0

Abonnés

0

Activité totale

7

Votes

0

Abonnements

5

APERÇU DES ACTIVITÉS

Dernière activité effectuée par Mikey McLaughlin

Mikey McLaughlin a ajouté un commentaire,

CommentairePublishing and sharing dashboards

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

Afficher le commentaire · Publication le 12 nov. 2024 · Mikey McLaughlin

0

Abonnés

1

vote

0

Commentaire


Mikey McLaughlin a ajouté un commentaire,

Commentaire de la communauté 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

Afficher le commentaire · Publication le 04 sept. 2024 · Mikey McLaughlin

0

Abonnés

0

Votes

0

Commentaire