Changing content based off a selection without using progressive disclosure

I have a use case in a modal where the user can select forms and define criteria based off of what they have selected. All of the criteria dependencies based off what form the user has selected remain the same in 90% of the use cases, but I have identified a new edge case where the dependencies may change.

Do you think that it's okay to change the form fields depending on what the user has selected, or would using progressive disclosure be a better idea if the criteria fields are going to change?

enter image description here