I have a form where users will be submitting several documents. The user chooses the document type and uploads the document. There are 2 types of documents that may be uploaded. Each document type has a different Template.
So I'm wondering if there is a way to use a variable/token (chosen by the user) to designate which Template to apply to the document.
I know I could use a workflow to add the templates, but I'd rather not have to go down that path.
Thank you for any response.