Is it possible to change the name of the EULA file that is sent when a user accepts the asset? #17633
Replies: 1 comment 1 reply
-
You're want to change this line. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
When a user accepts and signs the EULA document, they are sent an email with the PDF attached.
This document is named "accepted-eula-XXXX-XX-XX-xx-xx-xx.pdf."
Is it possible to add the username to the filename? For example, would it be "jdoe-accepted-eula-XXXX-XX-XX-xx-xx-xx.pdf"?
I have found the line of code that generates the PDF, but I am unable to add the username.
$pdf_filename = '-accepted-eula-'.date('d-m-Y').'.pdf';
Thanks.
Beta Was this translation helpful? Give feedback.
All reactions