User self registration form on CMS not working

aryandelhi
Kilo Contributor

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!

11 REPLIES 11

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.


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!


Try to replace the '&' with and


That looks like Jelly complaining. You need to replace & with ${AMP}


It worked! Thanks a lot Chuck!