We have a page that displays a logged-in user’s selections from a Flag Lists process. The page includes code to generate the specific URL of that page, so it can be copied and pasted elsewhere. (essentially a “share this” type of thing, but this is definitely not intended for social media) That code is: ” onclick=”this.select();” />
We want to provide an email link (ideally, a button) which sends a preformatted message including this URL, to a specific person’s email address. (i.e. always to the same person) I am having trouble visualizing how this can be done, since the interface I am using for adding an email link (via CK Editor) isn’t able to process the “current-page:url” PHP code and just displays it as code in the resulting message.
Any suggestions? — Thanks! —