• 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: pagebreak

pagebreak 11 years 11 months ago #23403

  • info0697
  • info0697's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 3
Anyone has an idea how to hide only the previous button of the pagebreak?

I just want to disable the previous function not the pagebreak itself.
The administrator has disabled public write access.

pagebreak 11 years 11 months ago #23406

  • adrianp
  • adrianp's Avatar
  • OFFLINE
  • RSJoomla! Official Staff
  • Posts: 631
  • Thank you received: 146
Hello,

You can hide it by adding CSS definitions to the ID of the previous button directly into the specialized RSForm!Pro CSS area (backend > Components > RSForm!Pro > Manage Forms > your form > Properties > CSS and JavaScript > CSS). Example:
<style type="text/css">
#buttonPrev {
display: none !important;
}
</style>

The ID of the previous button can be found by inspecting the page's source code.
This is not official customer support. To receive your support, submit a support ticket here.
The administrator has disabled public write access.
The following user(s) said Thank You: info0697
  • 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!