Hi es,
What’s happening when you login with a user who has the “Member” value? Is it not redirecting at all? Does it give any kind of message (e.g. login successful)?
Your shortcode looks perfect, provided you have a field called exactly “Level ID”, which has input values called exactly “Member” and “Realtor”. What type of field is it? The redirect won’t work with a checkbox field, because one user can have multiple values for that field. It should be a radio or dropdown type field.
Thread Starter
es5623
(@es5623)
Hi,
When you log in with a user who has a member value it does not redirect to the specified page it just keeps you at the home page.
The fields are named as displayed and the choice is in the form of a drop down to choose and then there is a button that says Select Level.
The layout you described sounds like the registration form. Are you having issues with redirecting after registration or after login?
What is the exact shortcode you are using?
Another thing is are you trying to redirect based on level or a custom field? The redirect array string is for custom fields. It doesn’t work with levels.
Thread Starter
es5623
(@es5623)
The registration form is redirecting exactly how it should.
The problem is the redirection after the user logs in. They are not going to their respective pages, they just stay on the home page.
This is what im using for the member login:
[login redirect_field=’Level ID’ redirect_array_string=’Member = http://nmipcondoassociation.com/members, Realtor = http://nmipcondoassociation.com/realtors’%5D
You can see the two options here upon registering:
http://nmipcondoassociation.com/registration
The redirect array string is for custom fields. It doesn’t work with levels. The redirect_field must be a field from the Fields tab.