Hello.
To see the pictures, go to http://www.flickr.com/photos/94087829@N05/
When I create the user:
p04.gif
it will create the user and send the email like I want, but it send me back to the login page with just the chronoforms url. When I click on the activation link, it sends me to my login page with this:
p06.gif
I have included the screens of the actions on the form in p01.gif, p02.gif and p03.gif. I want it to go to the thanks page and activate the user. What am I doing wrong? Thank you for your help.
To see the pictures, go to http://www.flickr.com/photos/94087829@N05/
When I create the user:
p04.gif
it will create the user and send the email like I want, but it send me back to the login page with just the chronoforms url. When I click on the activation link, it sends me to my login page with this:
p06.gif
I have included the screens of the actions on the form in p01.gif, p02.gif and p03.gif. I want it to go to the thanks page and activate the user. What am I doing wrong? Thank you for your help.
I changed the order of the actions.
[attachment=2]p07.gif[/attachment]
[attachment=1]p08.gif[/attachment]
[attachment=0]p09.gif[/attachment]
It will take me to the thanks page but when I click on the lick to active the user it gives me this:
Server not found
Firefox can't find the server at http://www.testrw.org&action=verify&hash=e7e38ced977b83e1df6465486542d886.
I want it to go to my login page:
http://www.testrw.org/index.php/ct-menu-item-5/ct-menu-item-7
I have it set to go to http://www.testrw.org, the home page, right now. Why won't it activate the user? Any help would be appreciated. Thanks.
[attachment=2]p07.gif[/attachment]
[attachment=1]p08.gif[/attachment]
[attachment=0]p09.gif[/attachment]
It will take me to the thanks page but when I click on the lick to active the user it gives me this:
Server not found
Firefox can't find the server at http://www.testrw.org&action=verify&hash=e7e38ced977b83e1df6465486542d886.
I want it to go to my login page:
http://www.testrw.org/index.php/ct-menu-item-5/ct-menu-item-7
I have it set to go to http://www.testrw.org, the home page, right now. Why won't it activate the user? Any help would be appreciated. Thanks.
Hi RW_Webmaster,
This URL is missing some important parameters:
Bob
This URL is missing some important parameters:
http://www.testrw.org&action=verify&hash=e7e38ced977b83e1df6465486542d886/
I'm not sure whether this should point to the com_user validation action or a com_chronoforms event. Either way it's missing the ? to start the query string and the parameters to point to the correct location. I'd expect you to have something more like:http://www.testrw.org/index.php?option=com_chronoforms&chronoform=form_name&event=some_event&action=verify&hash=e7e38ced977b83e1df6465486542d886
Bob
I changed the email code to this:
When the email is sent and the link is clicked, a new tab is opened and this error is given:
Form name can NOT be empty!
The form name that I am using is personal_create. How do I put that into this:
http://www.testrw.org/index.php/ct-menu-item-5/ct-menu-item-7?option=com_chronoforms&event=some_event&action=verify&hash={verify}
Thanks.
<p>Hello {user_first_name} {user_last_name},</p>
<p>Thank you for registering at rosewind.org. Your account is created and must be activated before you can use it. To activate the account click on the following link or copy-paste it in your browser:</p>
<p><a href="http://www.testrw.org/index.php/ct-menu-item-5/ct-menu-item-7?option=com_chronoforms&event=some_event&action=verify&hash={verify}" target="_self">http://www.testrw.org/index.php/ct-menu-item-5/ct-menu-item-7?option=com_chronoforms&event=some_event&action=verify&hash={verify}</a></p>
<p>After activation you may login to <a title="Login" href="/index.php/ct-menu-item-5/ct-menu-item-7" target="_self">http://www.testrw.org/index.php/ct-menu-item-5/ct-menu-item-7</a> using the following username and password:</p>
<p>Username:{user_username}</p>
<p>Password: {user_password}</p>
When the email is sent and the link is clicked, a new tab is opened and this error is given:
Form name can NOT be empty!
The form name that I am using is personal_create. How do I put that into this:
http://www.testrw.org/index.php/ct-menu-item-5/ct-menu-item-7?option=com_chronoforms&event=some_event&action=verify&hash={verify}
Thanks.
Hi RW_Webmaster,
Soeey, I missed that bit from the URL :-(
I updated my earlier post.
You'll need to make sure that the form and event exist and do something . . .
Bob
Soeey, I missed that bit from the URL :-(
I updated my earlier post.
You'll need to make sure that the form and event exist and do something . . .
Bob
Now my problem is that when I click on the link, it is not enabling and activating the user. Here is the code for the link that I am using in the template section of the email.
http://www.testrw.org/index.php/ct-menu-item-5/ct-menu-item-7?option=com_chronoforms&chronoform=personal_create&event=some_event&action=verify&hash={verify}
I want it to point to the com_user validation action. I am not sure how to change the event=some_event to point to the com_user validation action. Would it be event=com_user_validation? Thank you.
http://www.testrw.org/index.php/ct-menu-item-5/ct-menu-item-7?option=com_chronoforms&chronoform=personal_create&event=some_event&action=verify&hash={verify}
I want it to point to the com_user validation action. I am not sure how to change the event=some_event to point to the com_user validation action. Would it be event=com_user_validation? Thank you.
This topic is locked and no more replies can be posted.