• 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 bytype = 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.

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