• 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: Editing the layout of a multipage form?

Editing the layout of a multipage form? 11 years 1 week ago #27406

Hi,

I have been able to rearrange the layout of the components in my form and make it a multipage form separately, but whenever I try to edit the layout on a multipage form the next page function seems to stop working properly. The components for the second page do appear, but the most of the first page is still there too.

Is it not possible to have edited layout on a multipage form?

Thanks,
Sian
The administrator has disabled public write access.

Editing the layout of a multipage form? 11 years 5 days ago #27423

  • alexp
  • alexp's Avatar
  • OFFLINE
  • RSJoomla! Official Staff
  • Posts: 2253
  • Thank you received: 180
This is most likely generated because you are removing some key ids from within the layout configuration. All multipage forms have a structure similar to this:
<fieldset class="formHorizontal formContainer" id="rsform_2_page_0">
... field placeholders here...
</fieldset>
 
<fieldset class="formHorizontal formContainer" id="rsform_2_page_1">
... field placeholders here...
</fieldset>

Removing or altering the specified container ID will affect the multipage functionality.
Please note: my help is not official customer support. To receive your support, submit a ticket by clicking here
Regards,
RSJoomla! Development Team
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!