Is it possible to pass data from one Editor lightbox to another?
Is it possible to pass data from one Editor lightbox to another?
Dear Datatables,
I was wondering if it is possible to have a series of lightboxes, each with one or two fields in it that the user can edit? Then have each lightbox pass data into the next one, with the final lightbox actually making the edit?
Thanks,
Philip
This question has an accepted answers - jump to answer
Answers
Hi Philip,
What you could do is hide the page 2 and 3 fields when on the first one, then use a button to change the field visibility (
button()
withhide()
andshow()
) then triggered. Also update the button to then change the visibility for the third page when clicked again and show a submit button.So yes, assuming that this is all one form, that would be possible. It isn't technically different lightboxes, but it would have that sort of effect.
Allan
I see, good idea; thanks Allan!