Title: [Plugin: WordPress Form Manager] new form creation error message
Last modified: August 20, 2016

---

# [Plugin: WordPress Form Manager] new form creation error message

 *  [emzworth](https://wordpress.org/support/users/emzworth/)
 * (@emzworth)
 * [14 years, 10 months ago](https://wordpress.org/support/topic/plugin-wordpress-form-manager-new-form-creation-error-message/)
 * After installing the plugin, when I try to create a new form, I get the following
   message:
    Field ‘title’ doesn’t have a default value
 * The settings are the default ones, including the default title “New Form”.
 * Any suggestions? Thanks in advance!
 * [http://wordpress.org/extend/plugins/wordpress-form-manager/](http://wordpress.org/extend/plugins/wordpress-form-manager/)

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

 *  Plugin Author [hoffcamp](https://wordpress.org/support/users/hoffcamp/)
 * (@hoffcamp)
 * [14 years, 10 months ago](https://wordpress.org/support/topic/plugin-wordpress-form-manager-new-form-creation-error-message/#post-2191795)
 * This is (probably) a conflict with the host configuration. Could you tell me 
   your WP version, MySQL version, and who your host is?
 *  Thread Starter [emzworth](https://wordpress.org/support/users/emzworth/)
 * (@emzworth)
 * [14 years, 10 months ago](https://wordpress.org/support/topic/plugin-wordpress-form-manager-new-form-creation-error-message/#post-2191830)
 * Thanks for the quick response. I am running it on my local machine (localhost),
   WP 3.2.1 and MySQL Server 5.1.
 *  Plugin Author [hoffcamp](https://wordpress.org/support/users/hoffcamp/)
 * (@hoffcamp)
 * [14 years, 10 months ago](https://wordpress.org/support/topic/plugin-wordpress-form-manager-new-form-creation-error-message/#post-2191865)
 * I just posted 1.6.14 which should fix your problem.
 *  Thread Starter [emzworth](https://wordpress.org/support/users/emzworth/)
 * (@emzworth)
 * [14 years, 10 months ago](https://wordpress.org/support/topic/plugin-wordpress-form-manager-new-form-creation-error-message/#post-2191875)
 * Thank you! I can now create a new form, but I cannot add any of the form elements
   when editing it. The links “Text”, “Text Area” etc. change color but don’t do
   anything when clicked. I am using Firefox 3.6.18.
 *  Plugin Author [hoffcamp](https://wordpress.org/support/users/hoffcamp/)
 * (@hoffcamp)
 * [14 years, 10 months ago](https://wordpress.org/support/topic/plugin-wordpress-form-manager-new-form-creation-error-message/#post-2191884)
 * Thats a different issue. If you want it fixed quickly, you need to change the
   error reporting level to ignore ‘notices’. Notices are reported if WP_DEBUG is
   set to ‘true’ in wp-config.php, or if php.ini has a line like `error_reporting
   = E_ALL`. You can remedy this by changing `define('WP_DEBUG', true);` to `define('
   WP_DEBUG', false);` in wp-config.php or by changing `error_reporting = E_ALL`
   to `error_reporting = E_ALL & ~E_NOTICE`.

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

The topic ‘[Plugin: WordPress Form Manager] new form creation error message’ is 
closed to new replies.

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

 * 5 replies
 * 2 participants
 * Last reply from: [hoffcamp](https://wordpress.org/support/users/hoffcamp/)
 * Last activity: [14 years, 10 months ago](https://wordpress.org/support/topic/plugin-wordpress-form-manager-new-form-creation-error-message/#post-2191884)
 * Status: not resolved