Hi Team,
How to show success message on save logic.
Thanks,
Nitin
Hi Team,
How to show success message on save logic.
Thanks,
Nitin
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.
JavaScriptcreator.logic.onLogicItemSaved.add((sender, options) => {
// options.item
});
The feature will be available in the nearest update
Thanks, Serge
SurveyJS Team