Show Element Based on Which Page User is From/Element Clicked

Hi, I have created a form for users to create a new customer. Each of these customers must be on a plan. There is also a form to create a new plan; meaning there is a customers page with an add button which loads a form overlay to create a new customer, and a plans page with an add button which loads a form overlay to create a new plan. In the add a new customer form you must select a plan for that customer to be on.


In the image you can see the blue text for create a new plan. I am trying to make it so that if they click that then it sends them to the plans page and automatically opens the popup form to create a new plan, based on the fact that they have clicked on that element and gone to that page. The popup form is hidden by default as they can also view their current plans on the same page. The dropdown on the create a new customer form is populated with dynamic data of their current plans they have created. Thanks in advance for the help.

This topic was automatically closed after 70 days. New replies are no longer allowed.