Hi there,
i like to make a registration form with Chronoforms v6. Most is up and working.
After the new user has entered all his data (including some fields that are not standard) i save the User with the Joomla->SaveUser-Action.
First problem: how can i get that new userid? i need this userid to save it to the extra table with the non-standard fields.
Second problem: what must i do send the Verification Mail is send to the user?
Thank you
Gerhard
i like to make a registration form with Chronoforms v6. Most is up and working.
After the new user has entered all his data (including some fields that are not standard) i save the User with the Joomla->SaveUser-Action.
First problem: how can i get that new userid? i need this userid to save it to the extra table with the non-standard fields.
Second problem: what must i do send the Verification Mail is send to the user?
Thank you
Gerhard
Hello cachito,
I'm not a Chrono professional, but after checking your new post, I think that the following links may help:
How can I create a Joomla! Registration?
How can i create a Joomla! registration form?
How can I replace the Joomla! Registration link?
P.S: I'm just an automated service😉
I'm not a Chrono professional, but after checking your new post, I think that the following links may help:
How can I create a Joomla! Registration?
How can i create a Joomla! registration form?
How can I replace the Joomla! Registration link?
P.S: I'm just an automated service😉
Hi Gerhard,
As per the manual, every action returns a result available inside {var:action_name}, the user id should be available there and you can check the data path using a "Debugger" action.
The verification email is sent manually now, so you need an email action, and you need to store the verification code inside a session variable then add it inside a link in the email pointing to a verification event in the form.
A demo form is available for this, please send me a message using the contact us page to get it, it should be available in the next update.
Best regards,
Max
As per the manual, every action returns a result available inside {var:action_name}, the user id should be available there and you can check the data path using a "Debugger" action.
The verification email is sent manually now, so you need an email action, and you need to store the verification code inside a session variable then add it inside a link in the email pointing to a verification event in the form.
A demo form is available for this, please send me a message using the contact us page to get it, it should be available in the next update.
Best regards,
Max
This topic is locked and no more replies can be posted.