Hi,
I have only one plan available on registration.
I use the CB Login module with the 'registration' layout. For the purpose of testing, I'm using it on a page displaying the Blank component extension (
extensions.joomla.org/extension/blank-component/
). But my intention is to use it on another page.
The registration form's captcha does not display. Also I have country/city dropdowns and the city dropdown is not being populated after the country is selected. I guess that this means that javascript is not loading (?).
Does it work fine when displayed in a normal module position instead of through a 3rd party extension? I'm not seeing any issues in my tests with the JS failing in a normal module position. I don't understand why you're displaying the module as a registration page through a component though; why not just link to CBs registration page instead?
Kyle (Krileon) Community Builder Team Member Before posting on forums:
Read FAQ thoroughly
+
Read our Documentation
+
Search the forums CB links:
Documentation
-
Localization
-
CB Quickstart
-
CB Paid Subscriptions
-
Add-Ons
-
Forge
-- If you are a Professional, Developer, or CB Paid Subscriptions subscriber and have a support issue please always post in your respective support forums for best results!
-- If I've missed your support post with a delay of 3 days or greater and are a Professional, Developer, or CBSubs subscriber please
send me a private message
with your thread and will reply when possible!
-- Please note I am available Monday - Friday from 8:00 AM CST to 4:00 PM CST. I am away on weekends (Saturday and Sunday) and if I've missed your post on or before a weekend after business hours please wait for the next following business day (Monday) and will get to your issue as soon as possible, thank you.
-- My role here is to provide guidance and assistance. I cannot provide custom code for each custom requirement. Please do not inquire me about custom development.
Thanks for the reply.
The reason that I was putting the form in a module is that I wanted it to be placed beside a particular article.
So I just swapped things round - so now the article is in a module displayed beside the registration form.
This is working for me.