• 1

Read this first!

We do not monitor these forums. The forum is provided to exchange information and experience with other users ONLY. Forum responses are not guaranteed.

However, please submit a ticket if you have an active subscription and wish to receive support. Our ticketing system is the only way of getting in touch with RSJoomla! and receiving the official RSJoomla! Customer Support.

For more information, the Support Policy is located here.

Thank you!

TOPIC: Two page form with submit on second page?

Two page form with submit on second page? 16 years 8 months ago #4385

Hi everyone,

Is it possible to have a two-page form where the user will fill out the first page, click continue and then fill out the second page and click submit? Obviously all the information entered in the first page would have to be included with the second page information when it is submitted so that it becomes one database record.

Any ideas?

Thanks,
Adam
The administrator has disabled public write access.

Re:Two page form with submit on second page? 16 years 8 months ago #4389

  • dragonjc
  • dragonjc's Avatar
  • OFFLINE
  • Expert Boarder
  • Posts: 151
Component RS SHow Form in build
The administrator has disabled public write access.

Re:Two page form with submit on second page? 16 years 8 months ago #4392

I didn't think of it that way. So to do a two page form, you are just hiding one part of the form until continue is clicked, and then showing it and hiding the original part.

Sorry to sound stupid, but the code in the other post didn't make sense to me. Is there any chance you could lay it out clearly for me so I know exactly what code to put where? I'd really appreciate it.

Here's a basic example of what I need to do:

When the form first appears you can see:
Field 1, Field 2, Field 3 and a Continue Button

When the continue button is clicked, Field 1, Field 2, Field 3 and the continue button all disappear and then you can see:
Field 4, Field 5, Field 6 and a Submit Button

Please help!

Thanks,
Adam
The administrator has disabled public write access.

Re:Two page form with submit on second page? 16 years 8 months ago #4394

  • dragonjc
  • dragonjc's Avatar
  • OFFLINE
  • Expert Boarder
  • Posts: 151
The link is here to show you the way.
You have to use javascript.

It explain how hide some part of code, and how select them.
What you want is same :
into layout create 2 areas (one show, and one hide) don't forget link for go next or previous page and into script insert your javascript to hide and show.

Like the example.
Component RS SHow Form in build
The administrator has disabled public write access.

Re:Two page form with submit on second page? 16 years 8 months ago #4395

The link is here to show you the way.

Sorry, I don't see a link or an example.

Thanks,
Adam
The administrator has disabled public write access.
  • 1

Read this first!

We do not monitor these forums. The forum is provided to exchange information and experience with other users ONLY. Forum responses are not guaranteed.

However, please submit a ticket if you have an active subscription and wish to receive support. Our ticketing system is the only way of getting in touch with RSJoomla! and receiving the official RSJoomla! Customer Support.

For more information, the Support Policy is located here.

Thank you!