Would be cool if, depending on another tables selection, the file uploads/downloads directories could be changed.
Background
===========
My team required 5 different forms to collect information on my companies intranet. Typically 75% of the form selections are similar. All include file uploads.
Instead of creating 5 different form admin sections, I created 5 different form clients which hide the field which indicates the form type when data is submitted.
I created a single backend manager which allows admin users to add/edit/view/etc all the different form tables.
It's cool, except the backend manager can only use a single upload/download location. I can set different locations on the clients which can save properly. If I try to use the backend manager, only the first of the five forms works.
Make sense?
Thanks,
Julian