Title: Required Fields Note &#8211; Removal Help
Last modified: August 24, 2016

---

# Required Fields Note – Removal Help

 *  Resolved [private](https://wordpress.org/support/users/remery/)
 * (@remery)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/required-fields-note-removal-help/)
 * How can I remove the ‘Fields marked with an * are required’ note?
 * [https://wordpress.org/plugins/ninja-forms/](https://wordpress.org/plugins/ninja-forms/)

Viewing 9 replies - 1 through 9 (of 9 total)

 *  [Aman](https://wordpress.org/support/users/aman086/)
 * (@aman086)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/required-fields-note-removal-help/#post-5991753)
 * Hi
 * I haven’t tested it but I think below code should work fine.
    you can add below
   code in your **functions.php** to hide the required note
 *     ```
       function remove_required_note( $settings ){
   
       			$settings['req_div_label'] ='';
       			return $settings;
       		}
       add_filter( "ninja_forms_settings","remove_required_note");
       ```
   
 * or if you are comfortable with css then you can add below code to your site css
 *     ```
       .ninja-forms-required-items{
       display:none;
       }
       ```
   
 *  [respectyoda](https://wordpress.org/support/users/respectyoda/)
 * (@respectyoda)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/required-fields-note-removal-help/#post-5991761)
 * Hi Remery, thank you for using Ninja forms.
 * You don’t need to use code. You can just go to the backend -> Forms -> Settings-
   > Labels. 🙂
 *  [respectyoda](https://wordpress.org/support/users/respectyoda/)
 * (@respectyoda)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/required-fields-note-removal-help/#post-5991762)
 * [@aman](https://wordpress.org/support/users/aman/), don’t offer code without 
   first informing the OP that he/she needs to be using a child theme first.
 * As I have mentioned in my recent comment above that the OP doesn’t need to use
   code as one only has to go to the form plugin’s label page.
 *  Thread Starter [private](https://wordpress.org/support/users/remery/)
 * (@remery)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/required-fields-note-removal-help/#post-5991794)
 * Great, I’ll check out the backend solution. I was searching for it, and couldn’t
   find it. What folder is under? I can use the Plugins Editor to find it I think.
 *  [respectyoda](https://wordpress.org/support/users/respectyoda/)
 * (@respectyoda)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/required-fields-note-removal-help/#post-5991795)
 * If you go to the admin backend, you’ll see “Forms” as one of the menu choices
   on the left. Then either hover on “Forms” or click on it then click on Settings.
   Once you do that, go to Labels.
 *  Thread Starter [private](https://wordpress.org/support/users/remery/)
 * (@remery)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/required-fields-note-removal-help/#post-5991797)
 * Is this in the Plugins Editor > Ninja Forms? Or in my child theme Editor?
 *  [respectyoda](https://wordpress.org/support/users/respectyoda/)
 * (@respectyoda)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/required-fields-note-removal-help/#post-5991798)
 * We typically call it Dashboard instead of Plugins Editor. So go to the Dashboard-
   > Forms (Ninja Forms) -> Settings -> Labels.
 *  Thread Starter [private](https://wordpress.org/support/users/remery/)
 * (@remery)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/required-fields-note-removal-help/#post-5991813)
 * Ahhh! I was looking in the CSS files. I got it removed. Thank you!
 *  [respectyoda](https://wordpress.org/support/users/respectyoda/)
 * (@respectyoda)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/required-fields-note-removal-help/#post-5991815)
 * You are welcome! 🙂

Viewing 9 replies - 1 through 9 (of 9 total)

The topic ‘Required Fields Note – Removal Help’ is closed to new replies.

 * ![](https://ps.w.org/ninja-forms/assets/icon-256x256.png?rev=1649747)
 * [Ninja Forms - The Contact Form Builder That Grows With You](https://wordpress.org/plugins/ninja-forms/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/ninja-forms/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/ninja-forms/)
 * [Active Topics](https://wordpress.org/support/plugin/ninja-forms/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/ninja-forms/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/ninja-forms/reviews/)

 * 9 replies
 * 3 participants
 * Last reply from: [respectyoda](https://wordpress.org/support/users/respectyoda/)
 * Last activity: [11 years, 1 month ago](https://wordpress.org/support/topic/required-fields-note-removal-help/#post-5991815)
 * Status: resolved