I’m having an issue on redirection and I wondered if it had something to do with the site not being at the root level of the domain?
Here’s the shortcode I have:
[login redirect_page='https://domain.com/subsite/' redirect_field='UserType' redirect_array_string='Tutor => https://domain.com/subsite/welcome/tutors, Instructor => https://domain.com/subsite/welcome/instructors, Student => https://domain.com/subsite/welcome/students']
When the form is submitted, the redirected url is always:
https://domain.com/subsite/login/8217;Tutor
FYI – UserType is a Short Text field.
Any ideas? Thanks.