0

Button that sends email then to show the date it was pressed in another field

I have a button that sends an email, I would like the date that button was pressed to show up in another field. When I add anything to the script after the email details it triggers errors. 

Thanks for the help!

1 reply

null
    • Sean
    • 3 yrs ago
    • Reported - view

    Heather,

    Have you tried...

     

    YourDateField := today();

     

    before your email script in the button "On click"?