This is a special feature in Wappler design view, if you have the modal selected in App Structure - it also displays it in design view so you can work on it.
In the regular browser it is displayed when you call it.
Correct.
However it still appears in my browser even though I haven’t called it yet. I have a Firefox browser example opened that I overlayed on the screenshot of my Wappler interface where it shows how the “Add Gallery” modal is stuck at the top.
Somehow the form fields are showing when they shouldn’t.
I don’t know what I did wrong to make it not disappear in the browser.
It’s a little hard to see form the screenshot but it looks like the form inputs are appearing on the page rather than in a modal. In your code, there are a few duplicate IDs (marked by the red x on the left and the red markers in the scroll bar on the right) for the inputs so maybe the background JS that hides/shows content isn’t identifying them properly. Try changing them to unique values and see if that helps.
It looks like deleting would be fine. From the App Structure there aren’t any elements inside it that you would miss (they seem like duplicates of the correct form).