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
Any suggestions very much appreciated
Dave
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
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
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
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
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
<?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
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 ๐คจ
Dave ๐คจ
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
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
Hi Dave,
please wait till RC3 because I will add some data to tell if the registration is a success or not!
Cheers
Max
please wait till RC3 because I will add some data to tell if the registration is a success or not!
Cheers
Max
The code has been put in the On Submit code - after sending email, should it be somewhere else? ๐
I did just try putting the address in the redirect box itself but the registration data was then not saved.
Dave :mrgreen:
Dave :mrgreen:
Hi Dave,
which code ?๐
please wait for RC3 then we can go from there!
Regards,
Max
which code ?๐
please wait for RC3 then we can go from there!
Regards,
Max
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
<?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
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
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
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 ๐
Dave ๐
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
Dave
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
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
Hi Max
I actually recreated the form from scratch following the How To tutorial.
Dave ๐คจ
I actually recreated the form from scratch following the How To tutorial.
Dave ๐คจ
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
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
Hi Dave,
have you tested this with RC4.11 yet ?
I need to know to close the issue!
Regards
Max
have you tested this with RC4.11 yet ?
I need to know to close the issue!
Regards
Max
This topic is locked and no more replies can be posted.