• 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: Remove the Prev Button

Remove the Prev Button 13 years 10 months ago #13844

  • spartan
  • spartan's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 4
Hello,

I have a multi-page form, and I would like to remove the Previous button from the page break fields. Is this possible?
The administrator has disabled public write access.

Re: Remove the Prev Button 13 years 7 months ago #14788

  • deziner76hd
  • deziner76hd's Avatar
  • OFFLINE
  • Junior Boarder
  • Posts: 21
  • Thank you received: 1
You can remove Prev by clicking edit field and go to attributes. Remove Prev and save
Where there's a will there's a way
The administrator has disabled public write access.

Re: Remove the Prev Button 13 years 1 month ago #16806

  • deziner76hd
  • deziner76hd's Avatar
  • OFFLINE
  • Junior Boarder
  • Posts: 21
  • Thank you received: 1
Thank you
Where there's a will there's a way
The administrator has disabled public write access.

Re: Remove the Prev Button 12 years 3 months ago #21303

  • abrender
  • abrender's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 8
This removes the label for the button.. not the button itself. How do you disable the functionality to return to the previous page?
The administrator has disabled public write access.

Remove the Prev Button 10 years 3 months ago #30122

  • r3mc0
  • r3mc0's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 1
Just add the following code to your HTML Layout (Disable auto generation)

<style type="text/css">
#"NAME_OF_YOUR_SUBMIT_OR_PAGEBREAK_BTN"Prev {
display:none;
}
</style>


for example:

<style type="text/css">
#SubmitPrev {
display:none;
}
</style>
The administrator has disabled public write access.

Remove the Prev Button 10 years 3 months ago #30130

  • alexp
  • alexp's Avatar
  • OFFLINE
  • RSJoomla! Official Staff
  • Posts: 2253
  • Thank you received: 180
You don't need to disable the Autogenerate layout option to add custom style to your form. Simply paste the code within the CSS/Javascript area, CSS section.
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!