最近搜索


没有最近搜索

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

评论