ref Form to mod_login question (SOLVED)

kakbouter 07 Aug, 2008
1st: I'm a happy ChronoForms user😛

But..... on my index-page I use the standard login module from Joomla.
An article is on my frontpage. All looks normal.
Until... opening the contact page wich refers to com_chronocontact and my default lay-out is messed up.

I do use a different CSS for my Chronocontactform! With, defined 'fieldsets'.

How do I solve this problem?

index page code:
<form action="/Apartemans/index.php" method="post" name="login" id="form-login" >
		<fieldset class="input">


contact page code:
<form action="/Apartemans/index.php?option=com_chronocontact&Itemid=5" method="post" name="login" id="form-login" >
		<fieldset class="input">


Screenies:

index.php My index page
ref Form to mod_login question (SOLVED) image 1

contact page My contact page
ref Form to mod_login question (SOLVED) image 2
kakbouter 07 Aug, 2008
Solution:

disabling some form statements😛

FYI, check it for yourself



form {
	/*padding: 10px;
	background-color: #FAFAFA;
	border: 1px solid #878177;*/	
}
/* Form Sections ======================================================================== */
/* Fieldset  */

fieldset {
	/*margin: 20px 0;
	padding: 15px 10px;
	background: none;
	/*background-color:#FAFAFA;
	border: 3px solid #E4E3D3;*/	
	overflow: auto;
}
This topic is locked and no more replies can be posted.