• 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: Freetext to display across entire form

Freetext to display across entire form 11 years 5 months ago #25654

  • Romuba
  • Romuba's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 15
When I add freetext it displays only on the right hand part of the form but I want it to diplsy across the entire form. What do I need to do?
Ross Bartholomew
The administrator has disabled public write access.

Freetext to display across entire form 11 years 5 months ago #25656

This technique works for inline layout... you may have to do something different for the other layouts. I got this tip with I was using Joomla 1.5 so there may be better ways to do this in the most current version.

After your have finished with the form go into Properties and deselect AutoGenerate
Locate the name of the free text component to be changed. I used "intro" for this example
Delete the caption code
Edit the next line (body) to add td width="25%" (change % to fit your needs)

Before:
<tr class="rsform-block rsform-block-intro">
<td>{Intro:caption}</td>
<td>{Intro:body}<div class="formClr"></div>{Intro:validation}</td>
<td>{Intro:description}</td>

After:
<tr class="rsform-block rsform-block-intro">

<td width="25%">{Intro:body}<div class="formClr"></div>{Intro:validation}</td>
<td>{Intro:description}</td>
Hope this helps. Note if you have to edit the form and regenerate the layout, you'll have to add the edits in again.
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!