최근 검색


최근 검색 없음

Mikey McLaughlin's Avatar

Mikey McLaughlin

가입한 날짜: 2024년 8월 01일

·

마지막 활동: 2024년 11월 12일

팔로잉

0

팔로워

0

총 활동 수

7

투표 수

0

플랜 수

5

활동 개요

님의 최근 활동 Mikey McLaughlin

Mikey McLaughlin님이 에 댓글을 입력함

댓글Publishing and sharing dashboards

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

댓글 보기 · 2024년 11월 12일에 게시됨 · Mikey McLaughlin

0

팔로워

1

투표

0

댓글


Mikey McLaughlin님이 에 댓글을 입력함

커뮤니티 댓글 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

댓글 보기 · 2024년 9월 04일에 게시됨 · Mikey McLaughlin

0

팔로워

0

투표 수

0

댓글