It looks like you are also assigning values to identity and password outside of any function. You’ll probably want to assign these inside the onClick function. Otherwise the values will be assigned when the lightbox is opened and I am assuming the will be blank at that point.