# I have a function that copies text to the clipboard, the function works fine but everytime I press the button a "Ready to Save?" pop-up appears. Why?
# Your button likely triggers the submission of the form. You'll want to give your button an attribute type="button"