choosing an action

  • Thread starter Thread starter suzette
  • Start date Start date
S

suzette

How do I automate choosing what form to use when a certain
condition is met plus a certain action was chosen.

Example: if the recipient is equal to a certain email
address and the action button pressed was Yes, then form1
is sent otherwise it sends form2.

Thanks!
 
Thank you for the tip.

I've already used the CustomAction event handler & have
met my if statement already but how do I change the
MessageClass to use/send the particular form that I want?

Are ther any other references that you can recommend?

Thanks again!

-----Original Message-----
You'll need to code this into the CustomAction event
handler, changing the MessageClass of the Response item.
 
Back
Top