" 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?
Consider http://drupal.org/project/popups
On Tue, Jan 11, 2011 at 11:51 PM, pavithra m pavspavi88@gmail.com wrote:
" 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 buttoncan 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/ ]
You can also use ahah forms to do this. http://drupal.org/node/348475
On Wed, Jan 12, 2011 at 12:35 PM, Carl Wiedemann carl.wiedemann@gmail.comwrote:
Consider http://drupal.org/project/popups
On Tue, Jan 11, 2011 at 11:51 PM, pavithra m pavspavi88@gmail.com wrote:
" 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 buttoncan 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/ ]
-- [ Drupal support list | http://lists.drupal.org/ ]