Title: Custom Field Template plugin multiple fields error: tinyMCE is not defined
Last modified: October 4, 2018

---

# Custom Field Template plugin multiple fields error: tinyMCE is not defined

 *  [edwinbradford](https://wordpress.org/support/users/edwinbradford/)
 * (@edwinbradford)
 * [7 years, 8 months ago](https://wordpress.org/support/topic/custom-field-template-plugin-multiple-fields-error-tinymce-is-not-defined/)
 * When creating multiple fields containing a textarea with the Custom Field Template
   plugin the “Add New” link does not function. In the browser console window there
   is a JavaScript error that states: `Uncaught ReferenceError: tinyMCE is not defined`.
 * If `type = textarea` is replaced by`type = text` the “Add New” link functions
   correctly without errors.
 * This appears to be a bug.
 * My options are:
 *     ```
       [About_fieldset]
       type = fieldset_open
       legend = About Contents
       multiple = true
       multipleButton = true
       clearButton = true
   
       [About_body]
       label = Body
       hideKey = true
       type = textarea
       blank = true
       rows = 4
       cols = 40
   
       [About_fieldset]
       type = fieldset_close
       ```
   
    -  This topic was modified 7 years, 8 months ago by [edwinbradford](https://wordpress.org/support/users/edwinbradford/).

The topic ‘Custom Field Template plugin multiple fields error: tinyMCE is not defined’
is closed to new replies.

 * ![](https://ps.w.org/custom-field-template/assets/icon-256x256.png?rev=1966286)
 * [Custom Field Template](https://wordpress.org/plugins/custom-field-template/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/custom-field-template/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/custom-field-template/)
 * [Active Topics](https://wordpress.org/support/plugin/custom-field-template/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/custom-field-template/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/custom-field-template/reviews/)

 * 0 replies
 * 1 participant
 * Last reply from: [edwinbradford](https://wordpress.org/support/users/edwinbradford/)
 * Last activity: [7 years, 8 months ago](https://wordpress.org/support/topic/custom-field-template-plugin-multiple-fields-error-tinymce-is-not-defined/)
 * Status: not resolved