Jim Kutter writes: > I want to make a product that basically has two "properties": an image, and > a blurb (HTML text) that an individual can upload the image source in the > addForm... > ... > How would I go about doing this? Should I make a ZClass inherited off an > Image? You either use a ZClass or make a tiny Python product inheriting "OFS.Image". Read the Zope Developers Guide... Dieter