I have two forms - Clients and Employees.
Goals: I want to assign Clients to specific Employees. An employee should only be able to see his/her assigned clients in a View.
Any help would be greatly appreciated!
Thanks,
Chris
This is a common requirement and one that is handled easily by Formidable. Your goals are on the right track, but the "how to" can vary depending on your design. At some point you need to link the employee id and clients. You can do this with a relationship form, a repeater field, or other methods. The best place to look for design ideas is the Formidable Knowledgebase. Please take the time to look up the difference between Dynamic vs. Lookup fields. Understanding the difference will make a difference for your design choices.
Thanks Victor!
Victor's advice is great. If you have time and resources, build out a simple solution using each method, change some variables, according to context, and see how each looks, feels, and behaves.
Please login or Register to submit your answer