Can not make Joomla Registration work
Hi, great extension.
I am having trouble using the registration form in joomla. I used the PDF doc for instructions, but I keep getting an error that I did not enter ANY of the information.
You must provide your name.
You must provide your username.
You must provide your email.
You must provide your password.
I am also trying to use a recaptcha element in this form. The registration is before the check recaptcha in the on submit action. Do I need to also make a load action?
Any tips would be greatly appreciated.
Thank you.
I am having trouble using the registration form in joomla. I used the PDF doc for instructions, but I keep getting an error that I did not enter ANY of the information.
You must provide your name.
You must provide your username.
You must provide your email.
You must provide your password.
I am also trying to use a recaptcha element in this form. The registration is before the check recaptcha in the on submit action. Do I need to also make a load action?
Any tips would be greatly appreciated.
Thank you.
Hi williwild ,
I suggest that you remove the ReCaptcha until you have for working, it just gets in the way while you are testing.
It sounds as though the input names you have in the Joomla! Registration action don't match the names of the form inputs.
Please drag a Debugger action into the On Submit event and post the results you see here.
Bob
I suggest that you remove the ReCaptcha until you have for working, it just gets in the way while you are testing.
It sounds as though the input names you have in the Joomla! Registration action don't match the names of the form inputs.
Please drag a Debugger action into the On Submit event and post the results you see here.
Bob
Are the "field names" such as "input_text_o" the names to change as well as field name Field ID and label text? I have been leaving the "field name" as is.
Here is a debugger:
It seems as though it is asking for input in fields that do not show in the form.
Here is a debugger:
[input_text_0] => test
[input_text_1] => tester
[input_text_2] => xxxxxxxxx@gmail.com
[input_text_3] => 1234
[input_text_4] => 1234
[input_submit_5] => Submit
[7249b18367da68d3397241dcf766b83e] => 1
[chronoform] => Registration
[event] => submit
[Itemid] => 155
[option] => com_chronoforms
[view] => form
[name] =>
[username] =>
[email] =>
[password] =>
[password2] =>
It seems as though it is asking for input in fields that do not show in the form.
Hey, I got it. I was asking the right question and followed through. The system is looking for the names for the input_text_etc... to be the same as the Joomla Registration section names. For example, change the Input_text_o to whatever you named the first label under the Joomla Registration section in Chronoforms. The system will look for that input under that name. I write this for the purpose of helping anyone looking at this thread.
Thank you all.
Thank you all.
Hi williwild ,
Gled to see you got it working. I'm not quite sure what you did here but basically the Action Configuration needs to map between your input names and the Joomla! User data names. So in the box nect to email put the name of the form input that will have the email address in it. That might be 'email' or 'input_text_97' or . . .
Bob
Bob
Gled to see you got it working. I'm not quite sure what you did here but basically the Action Configuration needs to map between your input names and the Joomla! User data names. So in the box nect to email put the name of the form input that will have the email address in it. That might be 'email' or 'input_text_97' or . . .
Bob
Bob
This topic is locked and no more replies can be posted.