Title: Required Fields notification
Last modified: April 29, 2018

---

# Required Fields notification

 *  Resolved [cj1971](https://wordpress.org/support/users/cj1971/)
 * (@cj1971)
 * [8 years, 1 month ago](https://wordpress.org/support/topic/required-fields-notification/)
 * Hi,
    everything’s fine here – really like that plugin! Just one question: after
   creating a form, there is that “Required fields are marked *” notification shown
   on the frontend. So far I have not found any possibility to change that notification,
   for example translate it to German. Is there any way to do so?
 * Thanks in advance
    Carsten

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

 *  Plugin Author [Sven Wagener](https://wordpress.org/support/users/mahype/)
 * (@mahype)
 * [8 years ago](https://wordpress.org/support/topic/required-fields-notification/#post-10294217)
 * Hi Carste,
 * sorry about the late reply. Yes there is a filter for that which is named **torro_required_indicator_description**.
 * You can see it here in the code:
    [](https://github.com/awsmug/torro-forms/blob/master/src/db-objects/containers/container.php#L139)
 * Just add a filter with a function:
 *     ```
       function filter_my_text( $text ) {
          return $new_text;
       }
   
       add_filter( 'torro_required_indicator_description', 'filter_my_text' );
       ```
   
 * Cheers,
 * Sven
    -  This reply was modified 8 years ago by [Sven Wagener](https://wordpress.org/support/users/mahype/).
 *  [seopult08](https://wordpress.org/support/users/seopult08/)
 * (@seopult08)
 * [7 years, 9 months ago](https://wordpress.org/support/topic/required-fields-notification/#post-10613471)
 * Hi. Need translation into Russian. I’m not a programmer. in what file can I translate
   this text directly? Thank you
    -  This reply was modified 7 years, 9 months ago by [seopult08](https://wordpress.org/support/users/seopult08/).
 *  Plugin Author [Sven Wagener](https://wordpress.org/support/users/mahype/)
 * (@mahype)
 * [7 years, 9 months ago](https://wordpress.org/support/topic/required-fields-notification/#post-10613787)
 * Hi,
 * thank you! That would be really great! 🙂 You can translate it into russian here:
 * [https://translate.wordpress.org/projects/wp-plugins/torro-forms/stable/ru/default](https://translate.wordpress.org/projects/wp-plugins/torro-forms/stable/ru/default)
 * Thank you!
 * Sven
 *  [seopult08](https://wordpress.org/support/users/seopult08/)
 * (@seopult08)
 * [7 years, 9 months ago](https://wordpress.org/support/topic/required-fields-notification/#post-10614951)
 * you have made a wonderful plugin. Thanks. I will gladly participate
 *  Plugin Author [Sven Wagener](https://wordpress.org/support/users/mahype/)
 * (@mahype)
 * [7 years, 9 months ago](https://wordpress.org/support/topic/required-fields-notification/#post-10616446)
 * Thank you! 🙂

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

The topic ‘Required Fields notification’ is closed to new replies.

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

 * 5 replies
 * 3 participants
 * Last reply from: [Sven Wagener](https://wordpress.org/support/users/mahype/)
 * Last activity: [7 years, 9 months ago](https://wordpress.org/support/topic/required-fields-notification/#post-10616446)
 * Status: resolved