I have a form for inputting contact and basic account information for new sales (form 1) - when the form is submitted, it sends a survey that the customer needs to fill out (form 2).
Depending on one of the fields from form 1, form 2 can be one of five different form views (specific questions and information are pertinent to specific account types).
I currently have a nested IF function and hardcoded URLs for the five different forms - is there a way to make this connection dynamic instead? Concern would be something like, if a sixth account type was created it breaks the workflow.