• 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: Additional class to a form field

Additional class to a form field 11 years 5 months ago #25758

  • pmarty
  • pmarty's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 6
  • Thank you received: 1
Hello,

I'm discovering RSForm for my great pleasure, but I'm lost now.
How can I customize css class for the form fields?

Each form element has its own class like :
<input id="Envoyer" class="rsform-submit-button"...
or
<textarea id="Message" class="rsform-text-box"...

Alla css class are kind of rsform-form-field-type
How can I replace these classes or add new one for each element? I need this as I'm working with yootheme framework (uikit) in which all fields are already been designed for the template, but on a field class basis.

Thanks for your help
Philippe
The administrator has disabled public write access.

Additional class to a form field 11 years 5 months ago #25769

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

I would not recommend replacing the classes RSForm!Pro is assigning to the fields of your form. Instead, you can:

- add an extra class for your desired fields within the Additional Attributes area(backend > RSForm!Pro > Manage Forms > your form > edit a field > Attributes tab), as so:

class="myclass"

- or you can add the classes which are already assigned to your fields by RSForm!Pro directly in your template's CSS files accordingly.
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: konrad4
  • 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!