Notification in Workshop

Is is possible to have a notification message in workshop; and it should disappear after some time or if the user clicks the cancel button. I would like to implement something like that.

Hi,

If the cancel is an action, you can define the message when there is a submission, this message as the expected behaviour, meaning, when using the action it shows a message that then it fades.

On your action configurations got to >User Interface > Submission options > Customise Success Message.

Hope it helps,

1 Like

Hi i am also looking to create a notification on workshop to check a product exists or not .
Can you give me a good suggestion how to do that. I have a text input field when I enter the name it should show in notification if its out of stock.

One thing you could do is create a modular overlay with a conditional visibility/openness on a boolean that is just a check on the emptiness of the object set filtered by the text. I’m thinking out loud but sounds feasible

1 Like

Seems like I cant post videos, but the solution above should work for your use case @varun31 .

Thanks a lot . you let me look on to it.