Problem to solve:
Allow secretary to upload PDF file, get URL to send via email to email address alias for entire company. I trust secretary not to upload bad files.
Would the simplest way be to put form on page restricted by members plugin roles, to limit access? Would I then use a post filter to echo URL? Is the form variables stored in a hash array that I would have access to?
Any help appreciated, I hate to be tied to a desk for mundane tasks when I can empower them to do it themselves. But I don't want to spend the time training them to use the backend.
Thanks Danny