Hi
I managed to compose a new memo using the url format below:
Is it possible to add a parameter to the url to populate the “To” field?
Thanks
Ed
Hi
I managed to compose a new memo using the url format below:
Is it possible to add a parameter to the url to populate the “To” field?
Thanks
Ed
Subject: New Memo on the Web
Not without altering the memo formIt might be best of you create the memo form on the backend
then bring that saved memo up to the browser
Meaning = create it, save it, show it t the browser
via an agent, before you save it you add the vaules to the To field
Subject: RE: New Memo on the Web
Hi
With a bit of trial and error (and immagination) I managed to found out a way how to do this:
I appended “SendTo;” to the Presetfields parameter of the url and it worked!
Ed