Add questions inside description box on particular form in Help centre?



Posted Jul 26, 2023

Ifra Saqlain

Hello,

It is possible to add a particular set of questions inside the description box on a particular form in the Help Centre. For example, the questions below show in the box below them?

 

Is the problem being experienced by more than one player: 
Incident Date/ Time: 
Actual Results/Problem Scenario: 
Troubleshooting Completed: 
Screenshots: 

Thank you.

Kind Regards,

Anton

 

 


1

3

3 comments

:)

0


Ifra Saqlain

Hello,

This works perfectly.

Thank you as always for your help.

Kind Regards,

Anton

0


Hi Anton, I know I'm too late to answer;  you can try this:

if (window.location.href.indexOf("000000000") > -1) {
     document.querySelector('#request_description').innerHTML= "Write your text for description field.";
}

000000000 -- It's form ID, remove these zeros and add your particular form ID

0


Sign in to leave a comment.

Didn't find what you're looking for?

New post