User self registration form on CMS not working
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-04-2016 08:21 AM
Hello,
I have activated the "User Self Registration" plugin. I can see "Self registration form" link(/ess/user_registration_request.do?sys_id=-1&sysparm_view=ess) on login page but clicking on the link simply reloads the same page.
Can anyone let me know how to fix this issue?
Thanks!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-04-2016 09:31 AM
Can I use it within iFrame? Possibly. As long as the URL doesn't contain /ess/ before the user_registration_request.do, it will work.
Or is it possible to style this page? It's not so much a styling issue, but a basic way the CMS pages work.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-04-2016 10:42 AM
I'm trying to link to /user_registration_request.do?sys_id=-1&sysparm_view=ess but getting following error. Can you please let me know how to fix it?
The reference to entity "sysparm_view" must end with the ';' delimiter.
Thanks!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-04-2016 10:47 AM
Try to replace the '&' with and

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-04-2016 10:50 AM
That looks like Jelly complaining. You need to replace & with ${AMP}
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-04-2016 11:01 AM
It worked! Thanks a lot Chuck!