Forums

Registration validation email links not clickable

GuyManDude 02 Jan, 2013
Hi there. First post. I bought the Chronoforms 3.1 book this morning in hope that I would find my solution but I did not. A thorough search of the forums didn't solve my problem either!

My registration form works fine except the links in the message body are not clickable. I can cut and paste them and they work fine. I'm using the CFv4 and Joomla 2.5.

Any thoughts please?
TIA
GreyHead 02 Jan, 2013
Hi GuyManDude,

There's nothing clever about the links. What do you see if you view the source code of the email with the link in it? What is the URL of the link?

Bob
GuyManDude 03 Jan, 2013
Thanks for following up. I'm not sure how to look at that source code. The actual email was sent to a test Hotmail account and looking at the source of that message didn't have anything at all in regards to the message content.

The URL of the link is:
http://localhost:88/joom2/index.php?option=com_users&task=registration.activate&token=5680b3e10a48fb30b2ce8d80a40ea191

The source code from the form itself is below:

===================================================================================================

<div class="ccms_form_element cfdiv_text" id="text_01_container_div" style=""><label>Name</label><input maxlength="150" size="30" class=" validate['required']" title="" type="text" value="" name="text_0" />
<div class="clear"></div><div id="error-message-text_0"></div></div><div class="ccms_form_element cfdiv_text" id="text_11_container_div" style=""><label>Username</label><input maxlength="150" size="30" class=" validate['required']" title="" type="text" value="" name="text_1" />
<div class="clear"></div><div id="error-message-text_1"></div></div><div class="ccms_form_element cfdiv_text" id="text_21_container_div" style=""><label>Email</label><input maxlength="150" size="30" class=" validate['required','email']" title="" type="text" value="" name="text_2" />
<div class="clear"></div><div id="error-message-text_2"></div></div><div class="ccms_form_element cfdiv_password" id="text_31_container_div" style=""><label>Enter password</label><input maxlength="150" size="30" class=" validate['required']" title="" type="password" value="" name="text_3" />
<div class="clear"></div><div id="error-message-text_3"></div></div><div class="ccms_form_element cfdiv_password" id="text_41_container_div" style=""><label>Confirm Password</label><input maxlength="150" size="30" class=" validate['required']" title="" type="password" value="" name="text_4" />
<div class="clear"></div><div id="error-message-text_4"></div></div><div class="ccms_form_element cfdiv_text" id="chrono_verification1_container_div" style=""><label>Enter the code</label><input maxlength="5" size="5" class="chrono_captcha_input validate['required']" title="" type="text" value="" name="chrono_verification" />
{chronocaptcha_img}<div class="clear"></div><div id="error-message-chrono_verification"></div></div>{ReCaptcha}
<div class="ccms_form_element cfdiv_submit" id="input_submit_71_container_div" style="text-align:left"><input name="input_submit_7" class="" value="Register" type="submit" />
<div class="clear"></div><div id="error-message-input_submit_7"></div></div>

===================================================================================================
GreyHead 03 Jan, 2013
Hi GuyManDude ,

I'd guess that the problem is that the link is to 'localhost' and so will only work if you are on the same computer when you click it, and maybe not then. This needs to be a link with a proper domain name to work across the internet.

Bob
This topic is locked and no more replies can be posted.