GUIDE For Missed Feedback Fix

You might also like

Download as pdf or txt
Download as pdf or txt
You are on page 1of 1

GUIDE: HOW TO FILL MISSED FEEDBACKS

STEP 1: OPEN FEEDBACK PAGE IN CHROME

PRESS F12 TO GET CONSOLE

CLICK ON THE CIRCLED ICON ON TOP LEFT OF THE CONSOLE

Click on the message “Feedback open from xx:mm:yy to yy:zz” near the end of webpage

This will redirect to the corresponding html block on the console

Select all portion between <b>….</b> and right click >select edit as HTML

Replace the code in the edit window with below line :

<input type = "submit" value ="submit">

This will replace the message with a functional Submit button.

Fill the feedback and click on the Submit button.

DONE.

CREDITS: SAMEER INJE BHAU

You might also like