Multiple Modal Popup forms in Alpine JS

Does anyone know how to use multiple Modal Popup Forms with Alpine JS?

I got a single form to work fine, and the code uses “showModal” throughout. I tried changing this everywhere in the code to refer to a second modal form, but that did not work.

@WallyJ did you find a way eventually?