At Random Light Box Suggestion

I want to generate a random light box pop up based on the criteria of a form field.
For example. If i have a dropdown of Art creators (Photographer, musician, producer, model, producer). If my user selects Photographer, when the user hits submit on the form, i want to suggest to them a light box showing a model. If my user selects musician, a light box for producer will pop up. therefore creating some sort of match between them.

Hi,
You can use the getContext() function to get the data object passed when the lightbox was opened using the openLightbox() function, display the relevant information in the lightbox based on this data.

Good luck :slight_smile:
Or