drag drop - how to know 'how many items are dragged and dropped?'

Hi Himali,

Create a variable and give the initial value as "0". When the user drag the item and drop on the image, then increment the variable to "1". Follow the same step for second drag item and increment the variable to "2".

Check, if the variable has the value as "2" then enable the submit button.

Discussions have been disabled for this post