I've been beating my head against this for a few days. Maybe someone can shed some light on my problem.

I need to have the user be able to create a group without abandoning date entered in a content node editing page.
Optionally, I would also like to implement search view dialogs that would provide more information than just the 1-line selection titles.

References Dialog, Inline Entity Form, & EntityConnect can all provide these features, but although they work with entityreference fields, they cannot work with OG's complex widget.

I even tried using a dummy entityreference to collect values for "Your Groups," but the "autocompleteselect" jQuery event just won't work.
Using Rules after node save also turned out to be kludgy (I'm not a Rules master).
Hook_node_submit() might work, but I'll have to schlep through a lot of code to figure out how to fork/transfer values without screwing something else up.

Has anyone gotten References Dialog to work? Can it be done?

Any suggestions?

Comments

aDarkling created an issue.