Question
Creating a layered fillable form
I am trying to create a form that will have a field with two options, and when one option is selected it will trigger one type of form, and when another option is selected it will trigger the other type of form. I need to make sure that both form types are only visible when that option is selected, as they are being used for different purposes. Is this possible? If so, is there anyone who can guide me on how to do this?
