I have a client that wants his image used for the login module. I created a form that matches up with his image in chronoforms 3.1 RC5, but do not know how to connect the chronoform 'username' and 'password' fields to cb login fields. The submit button is transparent just above the "GO" button, and the field borders are transparent. The login module is to the right side top area.
Sample site - http://travel1.179websites.com
CB version - 1.2.1
Chronoform 3.1 RC5
Joomla 1.5.11
Any help would be greatly appreciated!
Sample site - http://travel1.179websites.com
CB version - 1.2.1
Chronoform 3.1 RC5
Joomla 1.5.11
Any help would be greatly appreciated!
<table style="border:0px solid black;background:url(../images/stories/TTC-website_Homepage_login_cut.jpg);position:absolute;left:810px;top:175px;margin:0px;">
<tr>
<td width="283px" height="235px">
<div style="margin-left:68px;left:68px;">
<div style="margin-top:-84px;top:-84px;">
<input id="mod_login_username" class="inputbox" type="text" title="Username" onblur="if(this.value=='') { this.value='Username'; return false; }" onfocus="if (this.value=='Username') this.value=''" value="Username" alt="Username" size="30" name="username";/>
<br/>
<span>
<input id="mod_login_password" class="inputbox" type="password" title="Password" onblur="if(this.value=='') { this.value='paswww'; return false; }" onfocus="if (this.value=='paswww') this.value=''" value="paswww" alt="Password" size="24" name="passwd"/></span>
<span>
<input type="hidden" value="login" name="op2"/>
<input type="hidden" value="english" name="lang"/>
<input type="hidden" value="1" name="force_session"/>
<input type="hidden" value="B:aHR0cDovL3RyYXZlbDEuMTc5d2Vic2l0ZXMuY29tLw==" name="return"/>
<input type="hidden" value="0" name="message"/>
<input type="hidden" value="loginmodule" name="loginfrom"/>
<input type="hidden" value="cbm_3269abf7_3dafbedb_f6c562ccfa0779a88383f429018504e8" name="cbsecuritym3"/>
</span><input class="button" type="submit" value="Login" name="Submit"/>
</td>
</tr>
Hi Bob,
the problem is not about the module layout or the image, its about using the form to login, I didn't do this before, maybe you can check the cb login to see whats the routine which runs when you try to login and copy the code to the onsubmit box!
Regards
Max
the problem is not about the module layout or the image, its about using the form to login, I didn't do this before, maybe you can check the cb login to see whats the routine which runs when you try to login and copy the code to the onsubmit box!
Regards
Max
This topic is locked and no more replies can be posted.