[SOLVED] Tab template dont display the second page

Status
Not open for further replies.
Hi,

i split my form in 2 groups using tab template. The problem is that I cannot see any data in the second page.

Can anyone help me ?
Thank for help
Richy

Update:

I have found the problem in HTML code:

<div class="current">
<div id="page_0" class="page">
<dd id="group96" class="fabrikGroup" style="display: block;">
</div>
<div id="page_1" class="page" style="display: none;">
<dd id="group95" class="fabrikGroup" style="display: none;">
</div>
</div>
The part in bolt is the mistake as if I delete it via firebug the page is displayed correctly.
What I can do ?
Thank for help
Richy
 
hi can you point us at the url of the form? The tab js would be setting those styles, but obviously clicking on a tab heading should then turn off the display:none. They may be a js error on the page which is stopping the tabs from triggering.
 
hi
This is because you have turned on multipage forms and are using the tab template. That combination won't work as the multipage option hides the groups.
I've turned it off (by editing the form's two groups and setting the option to no), and now the 2nd tab shows its elements.

-Rob
 
hi
This is because you have turned on multipage forms and are using the tab template. That combination won't work as the multipage option hides the groups.
I've turned it off (by editing the form's two groups and setting the option to no), and now the 2nd tab shows its elements.

-Rob

Nice, thx Rob
 
Status
Not open for further replies.
We are in need of some funding.
More details.

Thank you.

Members online

No members online now.
Back
Top