Totara Talent Experience Platform Open Discussions

Remove preview icon in feedback

 
Devin Meek
Remove preview icon in feedback
by Devin Meek - Thursday, 19 May 2022, 2:22 AM
 

Hi all,


Apologies if this is the wrong community for this question, we are having issues in our feedback forms where users are clicking the preview eye before the answer the questions button, I just wondered if there is anyone out there that knows if there is a setting to remove the preview eye icon or disable it?

Screenshot attached to show what I mean 


Thanks


Devin


Simon Seiffert
Re: Remove preview icon in feedback
by Simon Seiffert - Thursday, 19 May 2022, 6:36 PM
Group Most Helpful Contributor 2022Group Most helpful contributor 2023Group TXP Site Administrator

This came up a few times with learners for myself also, who were clicking the preview link and then wondering why it wouldn't submit!

I've hidden it using the below custom CSS, so it still shows for Course Creators/Trainers/Admins:


/*Hide preview on Feedback page*/

#page-mod-feedback-view:not(.used-region-settings) .fa-eye {

display: none;

}


Hope this helps!

Simon.

Devin Meek
Re: Remove preview icon in feedback
by Devin Meek - Friday, 20 May 2022, 12:41 AM
 

Simon, You are my saviour, worked like a charm, thanks so much 


Devin