Chonoforms 5 Email action seems to be adding email://<number> to the start of a URL

CF5 Email action incorrectly prefixes URLs with email://.

Overview

The issue occurs when a URL in the email body lacks the proper http:// or https:// protocol.
Ensure all URLs in the email content are fully qualified by including the http:// or https:// prefix at the beginning.

Answered
Nu Nuvelle 05 Jul, 2014
Hey,

I have a form that sends an email with the following code in it:

<a href="www.findinspirationwithin.com/index.php?option=com_content&view=article&id=111&catid=14">please click here</a>


When the email comes through however the link has been changed to:

email://159/www.findinspirationwithin.com/index.php?option=com_content&view=article&id=111&catid=14



The number after email:// is going up by one for every email sent if that helps!

Any ideas where to look to fix this?
Gr GreyHead 05 Jul, 2014
Answer
Hi Nuvelle,

I've no idea at all, I've never seen anything like that resported :-( But the URL does need to have http:// at the beginning.

Bob
Nu Nuvelle 05 Jul, 2014
Such a simple, silly, oversight!!

I should know better!

This fixed it right away, serves me right for working on this when too tired!
This topic is locked and no more replies can be posted.