Consider http://drupal.org/project/popups
" I have a button ADD ... when I click on the button I want to get a popup/modal window in which I will be having a form with 4 form fields. In the pop up/modal window I will be having 2 buttons --one SAVE and other CANCEL.... After I click on the SAVE in the popup/modal window I want to display the form entries as a table and I dont want that data to be saved into my database...I just want the data in the popup to be passed on to my screen where I had the ADD button so that I can just display it... I am having one more button together with ADD called DONE..on clicking the DONE i want to save the data to database.....
I dont want to save from pop up because the ADD button can be clicked many times to add data... final DONE has to store the entire thing.."
Is this possible?
I know about LIGHTBOX2 module... but is this possible with this module..?
Or shall I write a jquery for this... as a separate function/file?
--
Cheers
--
[ Drupal support list | http://lists.drupal.org/ ]