Changing the form name when saving a document with a web client

With a Notes client, if you want to have a Notes document saved with a different form name to that used when creating it, it’s simply a case of putting a field called ‘Form’ on the form, set to the name of the form that you want the document to be saved with.Unfortunately, I can’t get that to work with a web client. Does anyone know how I might achieve this?

TIA

Tony

Subject: Change the form name in WebQuerySave

Write a simple agent to change the form name and call it in the WebQuerySave of the form.

Subject: Thanks!

Hi Crack Jack,

I thought I had tried that, but tried again and put an @SetField directly into the WebQuerySave event as a starting point and that worked, so didn’t even bother with calling an agent! Sorry for being dumb!

Tony