Title: [Plugin: Visual Form Builder] Change Error-Messages
Last modified: August 20, 2016

---

# [Plugin: Visual Form Builder] Change Error-Messages

 *  Resolved [Nikoloni](https://wordpress.org/support/users/nikoloni/)
 * (@nikoloni)
 * [14 years, 2 months ago](https://wordpress.org/support/topic/plugin-visual-form-builder-change-error-messages/)
 * First of all thanks to the developer [@matthew](https://wordpress.org/support/users/matthew/),
   it’s a really great and easy to handle plugin! And of course I’m going to make
   a donation for this great work, because amongst other things, it just made my
   work easier 🙂
 * But returning to the issue at hand now, I can’t find out where the ERROR Fields
   can be changed, for example: “This field is required”, or “Please enter a valid
   email address.” I just can’t find those sentences in the code 🙂
 * I would be very grateful if you could give a helpfull advice!
 * [http://wordpress.org/extend/plugins/visual-form-builder/](http://wordpress.org/extend/plugins/visual-form-builder/)

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

 *  Plugin Author [Matthew Muro](https://wordpress.org/support/users/mmuro/)
 * (@mmuro)
 * [14 years, 2 months ago](https://wordpress.org/support/topic/plugin-visual-form-builder-change-error-messages/#post-2751976)
 * Here is what I link to on the [FAQ](http://wordpress.org/extend/plugins/visual-form-builder/faq/):
   [http://wordpress.org/support/topic/visual-form-builder-localization-problem?replies=8#post-2296212](http://wordpress.org/support/topic/visual-form-builder-localization-problem?replies=8#post-2296212).
 *  Thread Starter [Nikoloni](https://wordpress.org/support/users/nikoloni/)
 * (@nikoloni)
 * [14 years, 2 months ago](https://wordpress.org/support/topic/plugin-visual-form-builder-change-error-messages/#post-2752213)
 * thanks matthew for your help, but this solution didn’t work for me…
 * But adding the following code to:
    wp-content\plugins\visual-form-builder\js\
   visual-form-builder-validate.js
 *     ```
       jQuery(document).ready(function($) {
       	$.extend($.validator.messages, {
       		required: "Eingabe n&ouml;tig",
       		email: "Bitte eine g&uuml;ltige E-Mail-Adresse eingeben"
       	});
       });
       ```
   
 * solved my problem. Thanks for your support!
 *  Plugin Author [Matthew Muro](https://wordpress.org/support/users/mmuro/)
 * (@mmuro)
 * [14 years, 2 months ago](https://wordpress.org/support/topic/plugin-visual-form-builder-change-error-messages/#post-2752250)
 * By changing the core code, your changes will be overwritten when you update.

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

The topic ‘[Plugin: Visual Form Builder] Change Error-Messages’ is closed to new
replies.

 * ![](https://ps.w.org/visual-form-builder/assets/icon-256x256.png?rev=1205840)
 * [Visual Form Builder](https://wordpress.org/plugins/visual-form-builder/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/visual-form-builder/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/visual-form-builder/)
 * [Active Topics](https://wordpress.org/support/plugin/visual-form-builder/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/visual-form-builder/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/visual-form-builder/reviews/)

 * 3 replies
 * 2 participants
 * Last reply from: [Matthew Muro](https://wordpress.org/support/users/mmuro/)
 * Last activity: [14 years, 2 months ago](https://wordpress.org/support/topic/plugin-visual-form-builder-change-error-messages/#post-2752250)
 * Status: resolved