When using the compact forms module with panels I get the following php notice, when editing a node.

Notice: Undefined index: form_id in compact_forms_pre_render() (line 78 ...

It appears that the function, compact_forms_pre_render(), is run twice. The first time $form['form_id'] exists. The second time it doesn't.

This may be an issue with panels, rather than this module.

Comments

kionn’s picture

toddwoof’s picture

Same issue with compact forms and panels. The patch in #1 fixes it.