I created a content type with a CCK field type of FusionCharts. But on the node/add form page only the title field is displayed. Firebug shows this as the source code:

<div class="form-item matrix_field">
<div>
  <b>Chart:</b>
</div>
<table class="sticky-enabled" style="width: auto;">
  <tbody>
   <tr><th></th></tr>
  </tbody>
</table>
<input type="hidden" value="a:1:{i:0;s:0:&quot;&quot;;}" id="edit-field-chart-0-header" name="field_chart[0][header]">
<input type="hidden" value="a:0:{}" id="edit-field-chart-0-first-col" name="field_chart[0][first_col]">
<div>
</div>
</div>

These modules are installed and activated on a fresh 6.19 system:

  • CCK
    • Colorpicker Widget
    • Content
  • Colorpicker
    • Colorpicker
  • Fusioncharts
    • Fusioncharts
    • FusionCharts for CCK

(Fusioncharts for Nodes works fine)

Any help would be appreciated!
Thanks

Comments

chinita7’s picture

@why_me
did you find out the solution for this? I have exactly the same problem and got no idea why.. I need to make chart with CCK value.