Run Sript after Forward

  • Thread starter Thread starter Delnang
  • Start date Start date
D

Delnang

I have a command button to insert text into the message body.

Item.Body = Item.Body & vbCrLf & "new stuff"

The script runs before a user hits Forward, but does not run if the user
were to hit forward first. It is necessary that it run after Forward.

Is this possible?

Thanks,
Angie
 
Do you mean that you want the script is not running when you click the
command button on the forwarded item? If so, check the settings for the
Forward action in the (Actions) page on your form design to make sure the
Forward action is pointing to the your published custom form. Republish if
you need to make that change.
 
Back
Top