Page Break

Ian 06 Jan, 2008
Hello!

How can I create many Page Breaks in the form?
I would integrate in one form a "next" button to go by site to site befor sending the form data by mail...

Is that possible?

Best Regards,
Ian
GreyHead 06 Jan, 2008
Hi Ian,

I'm sure it can be done, don't know of any examples here though.

You could look at the code that Joomla uses in the Admin interface - the ChronoForms Form Manager is a tabbed form. There are other JavaScript sources I'm sure. Or you could have a multi-part form and keep the previous data in hidden fields, or store it in database table and update it page by page using a hidden field to pass the record ID.

Bob
Max_admin 08 Jan, 2008
Hi Ian,

You can also create many DIV elements and hide/show them upon many next buttons presses

Cheers

Max
Max, ChronoForms developer
ChronoMyAdmin: Database administration within Joomla, no phpMyAdmin needed.
ChronoMails simplifies Joomla email: newsletters, logging, and custom templates.
justtech 18 Jan, 2008
Little more detail? I followed this Tutorial in Dreamweaver and copied the code inside ChronoForms (http://www.devx.com/webdev/Article/10483/1763/page/2). When I try and get it open through ChronoForms, it is showing all divs one right after the other (stacked and none hidden). When I open it with Dreamweaver, everythig works as if it should. I have added the css styles to my template css and added the javascript in two different ways. I have created a javascript file and linked to it in my index, and I've called it through Chrono forms. No luck either way. Probably because it requires different aciton and id in the form line. Not sure but I would love some direction. Thanks in advance.<br><br>Post edited by: justtech, at: 2008/01/17 21:40
Max_admin 22 Jan, 2008
Hi,

The code is alittle advanced and not frequently used, you can achieve the working result with Chronoforms but will need some tests, you will have to be very carefull and replace the form id with the chronoforms form id, same for the js functions, regarding the css issue this may be some conflict with your template css and not chronoforms, it really depends, use Firebug and it may help solving issues🙂 good luck!

Max
Max, ChronoForms developer
ChronoMyAdmin: Database administration within Joomla, no phpMyAdmin needed.
ChronoMails simplifies Joomla email: newsletters, logging, and custom templates.
GreyHead 22 Jan, 2008
Hi Justech & Max,

I posted a little FAQ here on using the built in tab code in Joomla 1.0.x to create a tabbed form.

Bob
justtech 23 Jan, 2008
Thank you guys for your reply. I will try this out and post back on here if it worked for me. Thanks again.
This topic is locked and no more replies can be posted.