Recent searches


No recent searches

Mikey McLaughlin's Avatar

Mikey McLaughlin

Joined Aug 01, 2024

·

Last activity Nov 12, 2024

Following

0

Followers

0

Total activity

7

Votes

0

Subscriptions

5

ACTIVITY OVERVIEW

Latest activity by Mikey McLaughlin

Mikey McLaughlin commented,

CommentPublishing and sharing dashboards

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

View comment · Posted Nov 12, 2024 · Mikey McLaughlin

0

Followers

1

Vote

0

Comments


Mikey McLaughlin commented,

Community comment 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

View comment · Posted Sep 04, 2024 · Mikey McLaughlin

0

Followers

0

Votes

0

Comments