• 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: Multiple Drop-down components on one row

Multiple Drop-down components on one row 9 years 8 months ago #32088

  • rajibu
  • rajibu's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 12
Hi

I am using RSForm Pro Inline (XHTML) Layouts and trying to create Date of Birth fields in 3 dropdown componets (DD-MM-YYYY). I was able to create the dropdown components in one raw using table. But my problem is - I want to convert the layout to Inline (XHTML) using <div></div>

My working code for Inline is below and I want to convert it to XHTML Layouts

<div class="componentheading">{global:formtitle}</div>
{error}
<table class="formTableLayout" border="0">
<tr class="rsform-block rsform-block-dob-day">
<td>{dob_day:caption} (*)</td>
<td style="float:left;">{dob_day:body}<div class="formClr"></div>{dob_day:validation}</td>
<td style="float:left;">-</td>
<td style="float:left;">{dob_month:body}<div class="formClr"></div>{dob_month:validation}</td>
<td style="float:left;">-</td>
<td style="float:left;">{dob_year:body}<div class="formClr"></div>{dob_year:validation}</td>
<td style="float:left;">{dob_day:description}</td>
</tr>
<tr class="rsform-block rsform-block-submit">
<td>{submit:caption}</td>
<td>{submit:body}<div class="formClr"></div>{submit:validation}</td>
<td>{submit:description}</td>
</tr>
</table>


Any help would be greatly appreciated.
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!