Forums

Formula appearance in beez template

Huonker 10 Dec, 2010
Actually as I'm already online I allow myself to ask another question.

I built my form in the beez template of joomla. On the left site I have the a menue module and a search module.
The strange thing is the appearance of my form. The title text of the formula is appearing normaly in the mainview at the tope of the page, but all the other parts of my form are appearing under the virtual line of the search module. There is a hugh gap between the first form with my title and the next form, where I have a textfield. I have the feeling that the different div fields from the left side of beez template and mainview are somehow disturbing each other.
Can anybody help me?
Thank you very much

Regards
Peter
GreyHead 11 Dec, 2010
Hi Peter,

Hard to be sure without seeing the form. Sometimes this happens because of the height:auto in the ChronoForms CSS; sometimes it is because there is an unclosed tag in the HTML; sometimes because there is a page element tht is too wide; sometimes because a float is not clearing correctly.

Bob
Huonker 11 Dec, 2010
Hi GreyHead
Thank you for the support. getting better understanding I made a print screen of my two forms
I don't know exactly where to dig.
Thank you very much
Regards Peter
GreyHead 11 Dec, 2010
Hi Peter,

That what I thought was happening. You'll need to look at the Page HTML to see exactly where the problem is.

Bob
Huonker 11 Dec, 2010
Hi Bob
So if i understand you correctly it is not a proplem of CSS, but the html structure within my configured beez template?
Thank you
sincerly
Peter
GreyHead 11 Dec, 2010
Hi Peter,

I can't tell what the exact cause it but it is in the interaction of HTML & CSS on the page.

Bob
Huonker 11 Dec, 2010
Hi bob
I have some interesting news
I could solve the problem with the gab. It was the additional div field " <div class="cfclear"> </div>" which is created under each form using the wizard and somhow my beez template does not like it. Is there a special reason why this special div is created?

Second regarding the disappearence of the the form into black shown in Case 2 is because of the submit order "enctype="multipart/form-data" When I write it, the form goes into the black part, as long it is not written the form remains in the main vue.
I must read your post about the upload but perhaps there is something wrong.

Thank you
Regards
Peter
Huonker 11 Dec, 2010
Hi Bob
it looks like I induced a wrong alert.Sorry. It was a simple synthax mistake. I forgot at the end of the enctype="multipart/form-data the " sign....

So it seems to work perfectly.
Thank you very much for this cool tool. Really great work

Sincerly
Peter
GreyHead 12 Dec, 2010
Hi Peter,

No problem - however much you write code those little typos still seem to creep in from time to time.


Bob
This topic is locked and no more replies can be posted.