Title: Feedback on Submissions
Last modified: August 24, 2016

---

# Feedback on Submissions

 *  Resolved [reidhero](https://wordpress.org/support/users/reidhero/)
 * (@reidhero)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/feedback-on-submissions/)
 * Hello,
 * I’d like to disable the “Feedback on Submissions” section on my site. After a
   submission is made and accepted, if the particular achievement type page is visited
   again by the user, there is a section that allows for feedback on their accepted
   submission. I don’t want this to be there. From the admin panel, on the submission
   page I’ve tried turning comments off but that doesn’t seem to do anything. Can
   you tell me where in the code this section is so I can hide it?
 * Thanks,
 * [https://wordpress.org/plugins/badgeos/](https://wordpress.org/plugins/badgeos/)

Viewing 1 replies (of 1 total)

 *  [Michael Beckwith](https://wordpress.org/support/users/tw2113/)
 * (@tw2113)
 * The BenchPresser
 * [11 years, 1 month ago](https://wordpress.org/support/topic/feedback-on-submissions/#post-5978994)
 * If you want to remove it from ALL of them, you can try adding this into your 
   theme’s functions.php file
 *     ```
       add_filter( 'badgeos_get_comment_form', '__return_empty_string' );
       ```
   
 * If you need to hide it for only certain things, then we’ll need to work out a
   more itemized version.
 * Alternatively, you could always hide it with CSS if necessary.

Viewing 1 replies (of 1 total)

The topic ‘Feedback on Submissions’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/badgeos_85d3bc.svg)
 * [BadgeOS](https://wordpress.org/plugins/badgeos/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/badgeos/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/badgeos/)
 * [Active Topics](https://wordpress.org/support/plugin/badgeos/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/badgeos/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/badgeos/reviews/)

## Tags

 * [submissions](https://wordpress.org/support/topic-tag/submissions/)

 * 1 reply
 * 2 participants
 * Last reply from: [Michael Beckwith](https://wordpress.org/support/users/tw2113/)
 * Last activity: [11 years, 1 month ago](https://wordpress.org/support/topic/feedback-on-submissions/#post-5978994)
 * Status: resolved