• 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 class: formResponsive

Remove class: formResponsive 8 years 6 months ago #35891

Hi,


I'd like to completely remove the formResponsive class. How would I go about doing this so that the form will not be changed after an extension update?
The administrator has disabled public write access.

Remove class: formResponsive 8 years 5 months ago #36008

Solved by entering the below code into the PHP Srcipts section.
$formLayout = str_replace('formResponsive', 'new-class-here', $formLayout);
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!