Suggestion T3876
Visible to All Users

sucess message on save logic

created 5 years ago

Hi Team,

How to show success message on save logic.

Thanks,
Nitin

Answers approved by surveyjs Support

created 5 years ago

Hello,

I've implemented the onLogicItemSaved event via the https://github.com/surveyjs/survey-creator/commit/9513828ceb2866a40eb1ccb12caaaf6bd4cbf45a commit.
You can show success message in the event handler.

JavaScript
creator.logic.onLogicItemSaved.add((sender, options) => { // options.item });

The feature will be available in the nearest update

Thanks, Serge
SurveyJS Team