I followed the instructions for using a popup with a button shortcode which worked fine. However if I try to add another shortcode button linking to a different form then both the buttons trigger the same form. I tried changing the #form tags so they are differentiated (#form1, #form2) with separate javascript snippets under each button, each with different form ID tags (1 & 2). But both buttons open the first form.
Is there a way to have multiple buttons linking to different popup forms in the same page?