Sep 25th, 2011, 7:46 PM
Hi Jan,
Hope all is well.
To do this, you need some way to map each form submission to a particular user. The simplest way is to include a dropdown in the form saying "User", which contains a dropdown of all your Form Tools user. The dropdown would contain the account IDs of each client account. Then, you'd create a single View with a Client Map filter (see: http://docs.formtools.org/userdoc2_1/ind...ap_filters) in which the value in that field maps to the client's account ID.
Would that work? Or do you need to prevent all clients from knowing about the others?
If you need to keep that information private, could you force each client to link to the form via a particular (custom) URL? If you could do that, you could pass in the unique custom account ID to the form and then pass that along in a hidden field. That way, each client would never know about the others.
Let me know if you need any clarification on any of this - I covered quite a bit of ground!
- Ben
Hope all is well.
To do this, you need some way to map each form submission to a particular user. The simplest way is to include a dropdown in the form saying "User", which contains a dropdown of all your Form Tools user. The dropdown would contain the account IDs of each client account. Then, you'd create a single View with a Client Map filter (see: http://docs.formtools.org/userdoc2_1/ind...ap_filters) in which the value in that field maps to the client's account ID.
Would that work? Or do you need to prevent all clients from knowing about the others?
If you need to keep that information private, could you force each client to link to the form via a particular (custom) URL? If you could do that, you could pass in the unique custom account ID to the form and then pass that along in a hidden field. That way, each client would never know about the others.
Let me know if you need any clarification on any of this - I covered quite a bit of ground!
- Ben