Page 1 of 1

selfreg package issue

Posted: Thu Feb 21, 2013 8:16 pm
by alaw
I'm trying to set up a self registration scenario where the user can choose their group before registering. I have done this in the past with success, but I cannot this to work in the latest version.

CMSMS 1.11.3
FrontEndUsers 1.21.2
SelfRegistration 1.7.4

In the preferences for selfreg, I set "Allow users to select a package (group) to register to" to "Yes". I also set up the registration packages and associated them with their corresponding group from FrontEndUsers.

I placed {cms_module module=SelfRegistration} on my registration page. If I view the page, the page is not rendering correctly--the html code stops at the place where I placed the selfreg tag. So, it's not displaying any sort of registration form.

If I try adding a group to the selfreg tag, the page renders correctly and the registration form is displayed. Of course, this is not the behavior I'm looking for.

Any ideas?

Thanks.

Angela

Re: selfreg package issue

Posted: Thu Feb 21, 2013 9:02 pm
by Dr.CSS
Have you setup FEU with a new property..?

From Help...

You need to define at least one property. Properties are essentially field definitions, here you specify the type of information you want to gather, and limits. i.e: Name, Age, City, State, Country, etc.

Note: You do not need to define properties for username (or email address) and password, these will be provided for you.

Re: selfreg package issue

Posted: Thu Feb 21, 2013 9:50 pm
by alaw
Yes, I have a "Name" property set up and associated with each of the groups.

Re: selfreg package issue

Posted: Thu Feb 21, 2013 10:32 pm
by calguy1000
This issue is fixed in svn... will be releasing in the next couple of days.

Re: selfreg package issue

Posted: Thu Feb 21, 2013 10:55 pm
by alaw
Thanks, Calguy!