Is it possible to pass data from one Editor lightbox to another?

Is it possible to pass data from one Editor lightbox to another?

ideaxmeideaxme Posts: 17Questions: 3Answers: 0

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

  • allanallan Posts: 61,446Questions: 1Answers: 10,054 Site admin
    edited June 2021 Answer ✓

    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() with hide() and show()) 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

  • ideaxmeideaxme Posts: 17Questions: 3Answers: 0

    I see, good idea; thanks Allan!

Sign In or Register to comment.