• 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: How to show the 2nd page of form?

How to show the 2nd page of form? 8 years 2 months ago #36515

  • info6586
  • info6586's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 14
Hi,
I have a multipage form and on page 1 it's taking some input from the user and gives them a quote on the second page.

I have another form on the home page that asks the users the same questions on page one of the multipage form and when they click submit, it redirects them to the multipage form and auto populate the fields.

How can I show the user the second page of the multipage form if they submitted the 1stpage data from home page form?

I have this code on "Script called after form has been processed" on home page form
$url = '/book-a-service.html';
$url .= '?form[postcode1]='.$_POST['form']['postcode'].'&form[Service]='.$_POST['form']['serviceType'][0];
$url .= '&form[make][]='.$_POST['form']['brands'][0];
$url .= '&form[appliance][]='.$_POST['form']['appliances'][0];
header('Location: '.$url);
die();

and the button name on the multipage form called: getaquote

Could anyone help me with that, please? we have lots of user dropping the form from that point as they don't know they have to click on Get a quote button again to see the price.
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!