Hello All,
So i create my webapp and have been able to accomplish everything that i set out to do thus far. however, this one has be a bit stumped on how to make this work. My application i have setup where a company user signs up and sets the company name field and i sort all data by that field. I then make it visible by using that field parameter. So now they would like their staff or end-users , we’ll say to sign themselves up and fill out some forms i have created. What would be the best way to setup a way to have each user to associate themselves with a particular company. I don’t want to display all the other companies in a drop down. i could give a company name or code that they would have to input but as we know its case sensitive and would potentially cause issues. Is there a way to specify like a URL specific to that company somehow using maybe a Slug? any thoughts or advice is greatly appreciated.