Forum Discussion
Slide Layers Not Displaying Properly
I have a drag and drop interaction where the user can create a "guiding principle" by combining word choices, one each from three different categories. There are three word choices in each category for a total of 27 different end combinations. There are three different layers, each one displays a different feedback statement based on which combination of words the user selected. The problem is, the layers aren't displaying correctly...most of the time a layer displays...for a few nothing displays when I click my custom submit button. I'm figuring variables are needed but I still can't wrap my head around exactly how to do it.
1 Reply
- JudyNolletSuper Hero
The main problem is in Form View." Integrating" is assigned to be dropped on the "Orientation" label. That means it'll never be "correct" when dropped on the desired drop target.
I also suggest that you adjust the Drag & Drop Options so an item will be returned if dropped outside "a correct drop target." This prevents the user from dragging an item to the wrong target. (That may not be likely, but it is possible when the options are set to return if dropped outside any target.)
Finally, I suggest you redo the Submit button. Currently, it doesn't say "Submit" except on Hover. That means "Submit" won't show to someone using a keyboard. And, even for those using a mouse, it's not intuitive to go to that location. (BTW, I didn't bother to listen to the audio. Even if that says where to click, I still think it's best to show "Submit" all the time.)