Help
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

CMS - Customise Login Form

bennyb
Kilo Contributor

Hi Guys,

I'm trying to customise the Login Form for a CMS page, as it renders a html table which is difficult to style with CSS.

When I look at "Clean Login" content block I see this code:


<?xml version="1.0" encoding="utf-8" ?>
<j:jelly trim="false" xmlns:j="jelly:core" xmlns:g="glide" xmlns:j2="null" xmlns:g2="null">
   <j2:set var="jvar_login_url" value="$[jvar_RP.getReferringURL()]" />
   <g:insert_form name="login" />
</j:jelly>


I can't seem to find the code produced from this insert:
<g:insert_form name="login" />
?

If I could access this Jelly code I could redo tables in divs.

Cheers,
Ben
11 REPLIES 11

umirza
Kilo Contributor

I am also looking for where comes from.


SakshiArora
Giga Contributor

I am also looking for this... Can someone help


rosa8
Mega Contributor

I need this also. Is there an easy way to create a new clean login screen?


MG Casey
Tera Guru

I am also looking for how to do this as well.