• 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: CHECKBOX AND RADIO SINGLE ROW.

CHECKBOX AND RADIO SINGLE ROW. 17 years 1 month ago #2417

  • timored
  • timored's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 4
I made a field with 4 checkbox's and another field with a 5 radio buttons. I would like to make each box on individual rows because right now they are cramped up. Please give me step by step instructions. Thank you.
The administrator has disabled public write access.

Re:CHECKBOX AND RADIO SINGLE ROW. 17 years 1 month ago #2418

  • timored
  • timored's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 4
Never mind. I figured it out. Thank you
The administrator has disabled public write access.

Re:CHECKBOX AND RADIO SINGLE ROW. 17 years 1 month ago #2420

  • remcot
  • remcot's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 4
i need to know this to
but i cant figure this out ?

i need to have
a textbox and 2 radioboxen and again a textbox in a single row

how to do that ?

cheerz
remcot
The administrator has disabled public write access.

Re:CHECKBOX AND RADIO SINGLE ROW. 17 years 1 month ago #2423

  • timored
  • timored's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 4
SO u wanna put the texbox, 2 radio boxes and again a textbox on one row?
The administrator has disabled public write access.

Re:CHECKBOX AND RADIO SINGLE ROW. 17 years 1 month ago #2424

  • remcot
  • remcot's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 4
yes thats what i want timored
The administrator has disabled public write access.

Re:CHECKBOX AND RADIO SINGLE ROW. 17 years 1 month ago #2435

  • remcot
  • remcot's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 4
Where's the develop crew ?
no one can help me ?
The administrator has disabled public write access.

Re:CHECKBOX AND RADIO SINGLE ROW. 17 years 1 month ago #2448

  • timored
  • timored's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 4
can u show us an example atleast?
The administrator has disabled public write access.

Re:CHECKBOX AND RADIO SINGLE ROW. 17 years 1 month ago #2471

  • remcot
  • remcot's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 4
yes i would like to make a form like

www.formsite.com/newtmp/activity/

as you see many fields in one row
The administrator has disabled public write access.

Re:CHECKBOX AND RADIO SINGLE ROW. 16 years 11 months ago #3171

I am also having this problem.

I amazed the development team haven't bothered to reply.
The administrator has disabled public write access.

Re:CHECKBOX AND RADIO SINGLE ROW. 16 years 11 months ago #3222

  • p33rZA
  • p33rZA's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 3
  • Thank you received: 1
Just paid for the Pro! license yesterday and I also require this feature. Is there someone who can give an example of what code to use. I need two textboxes next to each other and then on another row i need three select boxes next to each other. Anyone?
The administrator has disabled public write access.

Re:CHECKBOX AND RADIO SINGLE ROW. 16 years 11 months ago #3223

Is it possible to contact the administrator about this problem?
They seem slow in responding to any topic.
However it is the holiday season so maybe they are on vacation.
The administrator has disabled public write access.

Re:CHECKBOX AND RADIO SINGLE ROW. 16 years 9 months ago #3717

Listen, I'm faced with that problem and just went to the help chapter:
http://www.rsjoomla.com/index.php/rsformpro.components.checkbox_group/Checkbox-group.html
\"Flow: whether the checkboxes should be presented in a vertical or horizontal fashion.\"
You have to choose list flow style, and press the \"save\" button below.
Tht's it :woohoo:
If you about a position on the page you need to customise HTML template. For example in Form Layou tab. You have to place the Placeholders in apropriate positions in you temlate. Or can use any editor, and copy/paste into...<br><br>Post edited by: alexey.popov, at: 2008/07/15 09:19
The administrator has disabled public write access.

Re:CHECKBOX AND RADIO SINGLE ROW. 16 years 9 months ago #3718

That is exsample how to do...
I'v made it with a default form (included in component installer)

1. Open the form
2. Go to Form Layout Tab
3. Copy any template code (for example Inline template code):

3. Paste it in any you favorite wisiwig (dreamweaver, I have...) editor or simle to notepad
4. Change the code (that is my new code. I'v added the table right below the \"header row\" in merged cells)

5. Copy/paste that code instead default code in the Form Layout Tab, inline window
6. Apply

!!!! Unfortunatelly I cannot place code and picture here, but you can find it there:
http://ebart.ru/content/view/179/113/
<br><br>Post edited by: alexey.popov, at: 2008/07/15 10:13
Attachments:
The administrator has disabled public write access.

Re:CHECKBOX AND RADIO SINGLE ROW. 15 years 2 months ago #9925

i have found this functionality in www.elbowspace.com. You have a choice of making the radio buttons align vertically or horizontally.
The administrator has disabled public write access.

Re:CHECKBOX AND RADIO SINGLE ROW. 14 years 11 months ago #10658

  • simon121
  • simon121's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 1
Radio Groups:

1. Go to your Form Editor screen, and click on the form style
2. Assuming that your radio field id is "test", add this code to the end of the Form Style code:

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

Checkbox Groups:

1. Go to your Form Editor screen, and click on the form style
2. Assuming that your checkbox field id is "test", add this code to the end of the Form Style code:

<style>.checktest{float:left;clear:both}</style>
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!