Password missing in activation email

davec 18 Mar, 2009
I have set up the register page using Chronoform and entered a piece of code so that it re-directs to a payment page. When the activation email is received the password is missing altogether. I have also tried it without the re-direct and the password is still blank.

Any suggestions very much appreciated

Dave
GreyHead 18 Mar, 2009
Hi Dave,

The most likely reason is a typo making a difference between the fieldname on the PlugIn configuration form and the fieldname in your form.

Bob
Max_admin 18 Mar, 2009
Hi Dave,

do you have the latest version ? V3.1 RC3 ? if not then at least get the plugin files in latest package and overwrite yours!

Cheers
Max
Max, ChronoForms developer
ChronoMyAdmin: Database administration within Joomla, no phpMyAdmin needed.
ChronoMails simplifies Joomla email: newsletters, logging, and custom templates.
davec 19 Mar, 2009
The password is now being sent too thanks for that. Now one other little issue. I have set the form to redirect using the code below

<?php // no direct access
defined('_JEXEC') or die('Restricted access');
global $mainframe;
$mainframe->redirect('/site/payments/paypalform.html');
?>

The problem here is that if the password or username has already been used then you are not aware of that as no warning is given. Any pointers on a solution for this would be very much appreciated.

Dave
davec 19 Mar, 2009
Just a quick update really. I removed the redirect and the form comes up with an error message if the username or email is already in use, so the form itself does work! I suppose what I am really looking for is someone to provide me with the code and advise where it needs to be put so that I can maintain the redirect.

Dave ๐Ÿคจ
GreyHead 19 Mar, 2009
Hi Dave,

Set the ChronoForms ReDirect URL - that will redirect after everything else is complete.

Where have you got your re-direct snippet - it looks a bit odd?

Bob
Max_admin 19 Mar, 2009
Hi Dave,

please wait till RC3 because I will add some data to tell if the registration is a success or not!

Cheers
Max
Max, ChronoForms developer
ChronoMyAdmin: Database administration within Joomla, no phpMyAdmin needed.
ChronoMails simplifies Joomla email: newsletters, logging, and custom templates.
davec 19 Mar, 2009
The code has been put in the On Submit code - after sending email, should it be somewhere else? ๐Ÿ˜€
davec 20 Mar, 2009
I did just try putting the address in the redirect box itself but the registration data was then not saved.

Dave :mrgreen:
Max_admin 20 Mar, 2009
Hi Dave,

which code ?๐Ÿ™‚

please wait for RC3 then we can go from there!

Regards,
Max
Max, ChronoForms developer
ChronoMyAdmin: Database administration within Joomla, no phpMyAdmin needed.
ChronoMails simplifies Joomla email: newsletters, logging, and custom templates.
davec 21 Mar, 2009
This is the code Max.

<?php // no direct access
defined('_JEXEC') or die('Restricted access');
global $mainframe;
$mainframe->redirect('/site/payments/paypalform.html');
?>

I am setting up an html page with the form for people to pay via paypal.

Dave
Max_admin 23 Mar, 2009
Hi Dave,

RC3 is out and there is a new variable in the Legend tab to tell you if there was an error in registering the new user or not!

Regards
Max
Max, ChronoForms developer
ChronoMyAdmin: Database administration within Joomla, no phpMyAdmin needed.
ChronoMails simplifies Joomla email: newsletters, logging, and custom templates.
davec 23 Mar, 2009
I have uploaded the new version. Now I need it to check registration for duplicate emails, etc. I then want the form to go to another page. Where and what code do I insert?

Dave ๐Ÿ˜€
davec 23 Mar, 2009
Registration data is now not being sent even if I remove the redirect. I had a previous version working fine so now very much at a loss ๐Ÿ˜Ÿ

Dave
Max_admin 24 Mar, 2009
Hi Dave,

plugins data are not getting restored when you backup and restore forms, are you sure that you reconfigured the plugin after the restore ?

Regards
Max
Max, ChronoForms developer
ChronoMyAdmin: Database administration within Joomla, no phpMyAdmin needed.
ChronoMails simplifies Joomla email: newsletters, logging, and custom templates.
davec 24 Mar, 2009
Hi Max

I actually recreated the form from scratch following the How To tutorial.

Dave ๐Ÿคจ
Max_admin 25 Mar, 2009
Hi Dave,

I will need to try this myself, I will do this later today and get back with results, a new RC will come out soon!

Cheers
Max
Max, ChronoForms developer
ChronoMyAdmin: Database administration within Joomla, no phpMyAdmin needed.
ChronoMails simplifies Joomla email: newsletters, logging, and custom templates.
Max_admin 14 Apr, 2009
Hi Dave,

have you tested this with RC4.11 yet ?

I need to know to close the issue!

Regards
Max
Max, ChronoForms developer
ChronoMyAdmin: Database administration within Joomla, no phpMyAdmin needed.
ChronoMails simplifies Joomla email: newsletters, logging, and custom templates.
This topic is locked and no more replies can be posted.