Closed (fixed)
Project:
Popups: Add and Reference
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
2 Jan 2009 at 00:41 UTC
Updated:
5 Dec 2009 at 06:30 UTC
The Biblio module uses a multi-step form for adding Biblio nodes. (First the Publication type is chosen from a drop-down select element, and then a form specific to that type loads.)
Do you see any way for Popups Add and Reference to support this? Could it make successive AJAX queries, intercepting or "boxing in" Biblio's form submission inspired page refresh?
Thanks.
We are interested in funding development of this feature.
benjamin, Agaric Design Collective
Comments
Comment #1
starbow commentedShould be doable. Drop me a private message and we'll work out the details.
Comment #2
starbow commentedTurns out this is pretty much entirely on the biblio side. They are using an onchange hook to submit their form, which does not give the jQuery form plugin a chance to do it's thing. I will provide you with a small module that form_alters biblio and allows the two modules to work together, but I don't think it is effects enough people to bake it into this module.
Comment #4
kehan commentedHi,
I've got this issue with the drupal 5 branch - I'm happy to add the form_alter into one of my modules but I'd appreciate it if you could post the code of your little module up somewhere?
Comment #5
starbow commentedI keep getting asked about this, so here is the code that worked back in January. I don't know if it still works:
Comment #6
kb_0 commentedThat works just fine. Thank you very much.