By "distribution group that is set as the standard address," do you mean an
address that is set in the To field on the published form? There are several
ways to handle this:
-- Instead of hard-coding the To value in the form design, use code in the
Item_Open event handler to set the To address only on new non-reply,
non-forward items.
-- Use code in the Item_Reply and ReplyAll event handlers to set the To
value on replies.
-- Use a separate reply form that is identical to the first form, only it
has a blank To.
"Tim" <cuell.tim@googlemail.com> wrote in message
news:c7aa02cd-3e8c-4505-97c7-cacb00368c4c@h21g2000yqa.googlegroups.com...
> Haha. I don't know why but the form has just started working. Not
> sure whether it has taken a day or so to filter through to people's
> caches but it now works.
>
> Thanks for assistance and now another question.
>
> When clicking reply (or reply to all) the address defaults to the
> distribution group that is set as the standard address when the form
> is opened. Is there any way of getting it to default to only replying
> to the originator of the form. I've tried having separate compose and
> read layouts but the To field seems to be linked.