Multipage form on frontend

basto

New Member
Hi,
I am trying to create a multipage form. I created a form with 3 groups, the multipage is working in the administrator panel but not in the front end.

Is is possible to do?

thanks
 
Thanks for your answer

I used in my form in Front end templates :
Form : admin (and tested default too)
Detail : -use default-


I read some topic today and I saw that people insert page break in their groups. I activate them but see nowhere to add page break. Is it an element plugin?
 
Edit the group where the new page should start (e.g. group2), enable page break.

But I assume if multipage is working in your backend you've done this already.
So what is your Joomla template? Try with a standard Joomla one (e.g. beez5).
Do you have a link to your form?
 
Are you running unmodified fabrik?
Normally a multipage form is looking like
Code:
<div id="page_0" class="page">...
<div id="page_1" class="page" style="display: none;">...
...
<div class="fabrikActions">
Yours has an additional font tag
Code:
<div id="page_0" class="page">
...
</div>
[B]<font[/B] color="#666666" style="font-size: 14px; font-weight: bold;">
      <div id="page_1" class="page">...
      <div id="page_2" class="page">...
      ....
      <div class="fabrikActions">
[B]</font>[/B]
 
It's not the fabrik template (bluesky is looking even stranger).
Do you have any third party plugins modifying the source code with JS?
 
thanks for you help.
Im in a hurry and I stopped to use multipage function.

I think you are right about the font thing. I should investigate that when I will have more time to work on it.
 
We are in need of some funding.
More details.

Thank you.

Members online

No members online now.
Back
Top