• 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: RSform Pro - adjustment

RSform Pro - adjustment 10 years 8 months ago #28626

  • mike0
  • mike0's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 5
Hello,

Could you help me do some adjustments in the form: optimizedpanama.com/developmentpoles/ind...=com_rsform&formId=4

1. How to expand the with of the "Dropdown" box field?
(Posible opciones (seleccione máximo de cuatro))

2. How to align the text on the left in a "Free text" field. Example: Idiomas and Sectores de Experiencia.

I am tying to align them on the left where the text starts. For example: Nivel del diploma académico
The administrator has disabled public write access.

RSform Pro - adjustment 10 years 8 months ago #28629

  • cosmin.cristea
  • cosmin.cristea's Avatar
  • OFFLINE
  • Platinum Boarder
  • Posts: 756
  • Thank you received: 144
www.rsjoomla.com/forum/37-rsform-pro/244...-pro-adjustment.html

A simple method to adjust the width of a form field is from the Additional Attributes area. Simply insert the following CSS declaration inside the CSS and Javascript section of the Form Properties :
<style>
.rsform-select-box{
width:150% !important;
}
</style>

In order to move the Freetext element, you will have to change the placeholder's place from the HTML layout. To be more precise, copy the {freetext_field_name:body} over the {freetext_field_name:caption}

Please keep in mind that you will have to disable the auto-generate layout option and we strongly recommend to start editing the form layout after all the form fields have been added.

However these are not the only methods, for more information please refer to the following article:

www.rsjoomla.com/support/documentation/v...ments.html#FormStyle
My help is not official customer support. To receive your support, submit a ticket by clicking here
Last Edit: 10 years 8 months ago by cosmin.cristea.
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!