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.
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | compact_forms_undefined_index_2464993-1-D7.patch | 735 bytes | kionn |
Comments
Comment #1
kionn commentedComment #2
toddwoof commentedSame issue with compact forms and panels. The patch in #1 fixes it.