• 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: Make all 'rsform-submit-button' into 'btn...

Make all 'rsform-submit-button' into 'btn... 12 years 4 months ago #20607

  • gavin3
  • gavin3's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 3
Hi there

What is theeasiest way to make your submit buttons into a bootstrap class.

For example I would like to change rsform-submit-button' into 'btn btn-primary'

Any help would be great.

Thanks
Gav
The administrator has disabled public write access.

Make all 'rsform-submit-button' into 'btn... 12 years 4 months ago #20614

  • octavian
  • octavian's Avatar
  • NOW ONLINE
  • RSJoomla! Official Staff
  • Posts: 783
  • Thank you received: 110
By using the Responsive Layout you'll achieve the same effect (the Responsive Layout is based on bootstrap). If this is a must, you can easily add the following script to the Scripts called on form display area:
$formLayout = str_replace('rsform-submit-button', 'btn btn-primary', $formLayout);
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.

Make all 'rsform-submit-button' into 'btn... 12 years 1 week ago #22884

and how can i change the class of the submit button to replace it for the onw i have from my template?. Thanks
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!