• 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: In line fields

In line fields 11 years 5 months ago #25705

I'm using an XHTML 2 line form. I have always struggled with the "programmer-only" setup of many basic items in RS Forms - for a non-programmer styling, in many cases, is impossible. Take the common example of City. State, ZIP. These almost always appear on one line in forms and look stupid other ways. Yet I have never been able to do it because of RS Forms UI.

So I have this case now where a user enters a child's name, then teacher name, then grade. LOGICALLY these should be on one line, but I can't do it. The code I have is:
<li class="rsform-block rsform-block-child1">
		<div class="formCaption2">{child1:caption}<strong class="formRequired"><strong><font color="red">*</font></strong></strong></div>
		<div class="formBody">{child1:body}<span class="formClr">{child1:validation}</span></div>
		<div class="formDescription">{child1:description}</div>
	</li>
	<li class="rsform-block rsform-block-teacher1">
		<div class="formCaption2">{teacher1:caption}</div>
		<div class="formBody">{teacher1:body}<span class="formClr">{teacher1:validation}</span></div>
		<div class="formDescription">{teacher1:description}</div>
	</li>
	<li class="rsform-block rsform-block-grade1">
		<div class="formCaption2">{grade1:caption}</div>
		<div class="formBody">{grade1:body}<span class="formClr">{grade1:validation}</span></div>
		<div class="formDescription">{grade1:description}</div>
	</li>

Some programmer input would be greatly appreciated. A change to the UI would be even more appreciated and would open this otherwise good component up to a far bigger audience.
Last Edit: 11 years 5 months ago by trogladyte.
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!