Multiple Views From One Form & Client API Views?
Hello,
I have one form with a lot of information on it, but I would like individuals in my organization to be able to access only certain fields, based on their login ID. Ideally, I would like to have a Client API HTML page with a view specific for each individual.
Meaning, if I have fields A-F, I want userA to be able to go to an external HTML page, linking with Zoho Client API, to see fields A, B and C, and I want userB to be able to to a different page, to see fields D, E, and F.
Or, alternately, I'd like to have them go to the same page, but pass parameters in the GET or POST to produce the correct view for each user.
(ex. creator.zoho.com/view/MyView/page.html?user=userA)
So, there are three levels of my question:
1) Is it possible to produce multiple views from the same form?
2) If so, can I use Client API to produce these views?
3) If so, is there a method with which I can pass GET or POST parameters to Zoho, so it will know how much data to reveal for each request?
Thanks for your help,
Andrew