• 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: rs form pro customization

rs form pro customization 13 years 10 months ago #10919

Hi
I need to customize my rs form pro to get a blue outlook like this here
thepanamainsider.com/index.php/home/quick-tour
please suggest how to do this to the Rs form pro forms
The administrator has disabled public write access.

Re:rs form pro customization 13 years 10 months ago #10926

  • andreic
  • andreic's Avatar
  • OFFLINE
  • RSJoomla! Official Staff
  • Posts: 733
  • Thank you received: 60
Hello,

Please note that you can set the marker for your required field from Components > RSForm!Pro > Manage forms > select your form > Edit form > Required fields will be marked with. You can even use HTML code in this field, for example:
<font color="red">*</font>

This will mark all your required field with a red "*".

Regarding your form outlook, please note that you can control your form's style from the "Form Layout" tab. If you uncheck the "Auto-generate layout" option, you can edit the current code by adding, removing HTML or CSS code. For example, if you want to add a background color to your form fields you could try adding the following code in the "Form Layout" tab before your already existing code:
<style type="text/css">
.test
{
background-color : #CCFFFF;
}
</style>

Next you will have to add the "test" class to all your fields and they will have the background color you have defined in the css code.
If you are using HTML you will have to use : <tr class="test">.
If you are using XHTML you will have to use: <div class="test">.
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!