Reply and use the same form

  • Thread starter Thread starter Tall Mike
  • Start date Start date
T

Tall Mike

Everything is working great except the form goes away when the people hit
reply. I need the person who receives the e-mail to reply to all and finish
filling out the form. How can I make that happen?
 
In design mode, display the (Actions) page and modify the Reply to All action
to set it to use your form, which must be published to the Organizational
Forms library on the Exchange server or to each user's Personal Forms
library. You can also disable the Reply and Forward actions.

If that still doesn't provide the result you want, you might also need to
put code in the ReplyAll event handler to copy information from the original
item to the reply item.
 
Back
Top