I have 5 different websites that all use the same privacy html page but depending on which site they accessed it from I want the email to change dynamically.
For example, lets say I access the privacy page from Site A and click the [email protected] to send an email I want that email to be sent to [email protected], if I access the same privacy page from Site B and click the same email I want it to send to [email protected].
Is something like this possible with just HTML and JavaScript?
Thanks!