Bootstrap Modal Button with ChangeForm()

I have a modal control that has a child button on it. The onlick for the button just has a ChangeForm() call that goes to another form. While it goes to the other form, that form is greyed out and the buttons on it don’t work. I attached a little sample. Thoughts?
TestModal.appstudio.zip (19.7 KB)

It would be better to dismiss the modal form before going to another form.

So, have the button on the form set a flag, then close the modal. Check the flag on the calling form, and have it do the ChangeForm.