Adobe Connect Support Blog

July 8, 2020 /ACTS /

How to disable “Feedback Form” in Adobe Connect 10.8 meeting launched via HTML client

OBJECTIVE: How to disable “Feedback Form” in Adobe Connect 10.8 meeting launched via HTML client.

ENVIRONMENT:

  • Adobe Connect on-Premise
  • Adobe Connect version: 10.8
  • Adobe connect HTML client

REASON: This option is enabled by default from configuration files in Adobe Connect 10.8.

SOLUTION:

  1. Go to \Connect\10.8.0\appserv\common\meetinghtml.
  2. Take a backup of index.html file.
  3. Open index.html and search for “pointer-events: auto !important;“.
  4. Add these lines:

div[class=”feedbackAlert–“]{

display:none

}

li.spectrum-Menu-item[aria-label=”Adobe Connect (Beta) – Feedback Form”]{

display:none;

}

This is how it will look like after editing
  1. Save index.html files.
  2. Restart Adobe Connect Service, Adobe connect Transmuxing service.
  3. Try to launch the meeting again in HTML client> Click on … dots and you will not find “Adobe Connect (Beta) – Feedback Form” listed anymore.

ACTS

Join the discussion