• 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: Free Text Form Field size

Free Text Form Field size 11 years 3 months ago #26266

  • petarn
  • petarn's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 1
How do I change the Free Text Form Field size to show 5 rows on the form.
www.scoringdebt.com/index.php/contact-use
The administrator has disabled public write access.

Free Text Form Field size 11 years 3 months ago #26295

  • silviup
  • silviup's Avatar
  • OFFLINE
  • Moderator
  • Posts: 309
  • Thank you received: 49
To achieve this, you can simply edit the form's layout and add your text as HTML code. This is done in Components >> RSForm!Pro >> Manage Forms >> edit your form >> Properties >> Form Layout >> set "Auto Generate Layout" to "No" and add your text as in the following example (wherever you need to have it displayed in the form's layout):

<p>Row 1</p>
<p>Row 2</p>
<p>Row 3</p>
<p>Row 4</p>
<p>Row 5</p>

Please note that disabling the automatic generation of the form's layout will render any future changes (like adding or removing fields) to not be visible in the frontend. In this case, you will need to either copy your modifications in a .txt file, re-enable the automatic generation so that the new settings take effect and re-apply your modifications, or manually add / delete the fields through their placeholders.

You can read more on this topic here:

www.rsjoomla.com/support/documentation/v...form-properties.html
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!