Email this page function has a problem

3 posts by 2 authors in: Forums > CMS Builder
Last Post: September 16, 2010   (RSS)

Re: [Mr Jim] Email this page function has a problem

By Chris - September 16, 2010

Hi Jim,

Great catch, thank you! :)

I've fixed this for the next version of CMS Builder.

To fix your "Email this page" code, change this:

<a href="mailto:?subject=<?php echo thisPageUrl() ?>">Email this Page</a>

...to this: (new code in red)

<a href="mailto:?subject=<?php echo urlencode(thisPageUrl()) ?>">Email this Page</a>

Please let me know if you have any questions.
All the best,
Chris

Re: [chris] Email this page function has a problem

By MisterJim - September 16, 2010

Perfect. I should have been able to figure that out. Thanks Chris.
WebCamp One, LLC



Websites That Work