Drag & Drop prevent multiple drops pop-up message
August 22, 2018 12:00 AM
Hello! Is there a way to prevent the default pop-up message that appears when a user tries to drag multiple times on one drop site? The pop-up message says, "The drag item limit for this question is 1 in each drop zone. Remove an item to change entries."
Discussion (3)
Hi Christina,
I assume you have "Max Drops per zone" set to 1 and don't want the popup message. One way you can do this is to use HTML Extension to override the default functionality. Add an HTML Extension of type "Header Scripting" with this line:
reachedMaxDrops = function() {}
You can have it on the page where you have the DD question or higher level such as chapter, title.
With this HTML Ext., you are overriding the default function (reachedMaxDrops) with one that does nothing.
Robert.
Christina:
FYI, you can also change the message by going to File ribbon undefined
Discussions have been disabled for this post