Closing Form Lightbox after submitting Email and Name via form

@stemeier3
So sieht man sich wieder ^^.

Ok, that was my fault, sorry i did not test my own code :grin:

This one should be better.

$w.onReady(function (){
    $w('#button1').onClick(()=>{console.log("Click")
        setTimeout(()=>{wixWindow.lightbox.close()},3000)
    })
}