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:
contact page code:
Screenies:
index.php My index page

contact page My contact page
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
contact page My contact page
Solution:
disabling some form statements😛
FYI, check it for yourself
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.