has anyone used mforms with fields-in-core forms (formerly CCK in D6), ie: forms automatically generated to handle content types ?

if so... got any example code on what extra steps are needed?

Comments

blueminds’s picture

Status: Active » Postponed (maintainer needs more info)

Hi,

mfroms is just a developer tool, it can be used only to create forms programatically. However inside individual form steps it behaves just the way as regular Drupal form, so you can code your forms that handle fields.

I know of one case mforms has been used with fields - read here: http://drupal.org/node/1534966

If you need any more help, please provide more specific info on how you want to use mforms with fields.