• 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: How do i display radio or checkboxes each on a row

How do i display radio or checkboxes each on a row 11 years 4 months ago #26027

  • Roberts
  • Roberts's Avatar
  • OFFLINE
  • Senior Boarder
  • Posts: 54
  • Thank you received: 1
I am trying to get checkbox values to display each selection on one row.

I have tried to follow the guidance in www.rsjoomla.com/support/documentation/v...s-each-on-a-row.html but it seems impossible.

My form layout code is -

<h2>{global:formtitle}</h2>
{error}
<!-- Do not remove this ID, it is used to identify the page so that the pagination script can work correctly -->
<fieldset class="formHorizontal formContainer" id="rsform_45_page_0">
<div class="rsform-block rsform-block-internetlabel">
<div class="formControlLabel">{internetlabel:caption}</div>
<div class="formControls">
<div class="formBody">{internetlabel:body}<span class="formValidation">{internetlabel:validation}</span></div>
<p class="formDescription">{internetlabel:description}</p>
</div>
</div>
<div class="rsform-block rsform-block-internetaccess">
<div class="formControlLabel">{internetaccess:caption}</div>
<div class="formControls">
<div class="formBody">{internetaccess:body}<span class="formValidation">{internetaccess:validation}</span></div>
<p class="formDescription">{internetaccess:description}</p>
</div>
</div>
<div class="rsform-block rsform-block-submit">
<div class="formControlLabel">{submit:caption}</div>
<div class="formControls">
<div class="formBody">{submit:body}<span class="formValidation">{submit:validation}</span></div>
<p class="formDescription">{submit:description}</p>
</div>
</div>
</fieldset>


Can anyone tell me where I should insert the code -

<style>.checktest{float:left;clear:both}</style>

so that the checkbox output values will each list on a new line.

Thanks in advance
The administrator has disabled public write access.

How do i display radio or checkboxes each on a row 11 years 4 months ago #26044

  • alexp
  • alexp's Avatar
  • OFFLINE
  • RSJoomla! Official Staff
  • Posts: 2253
  • Thank you received: 180
You are confusing RSForm! with RSForm!Pro. Note that these are two totally different components.

The link to the documentation points out to RSForm!, but the form layour code seems to be generated by RSForm!Pro.

Assuming that you are using RSForm!Pro, within the checkbox field properties, you can actually set the items to be displayed each on a new row. The following section should provide more details:

http://www.rsjoomla.com/support/documentation/view-knowledgebase/180-form-fields.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!