• 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: Align Submit and Reset button next to each other?

Align Submit and Reset button next to each other? 14 years 10 months ago #10664

  • exp33
  • exp33's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 1
Hi,

Currently the Reset button is below the Submit button. How do i set it so that it is next to each other?

Regards
Rich
The administrator has disabled public write access.

Re:Align Submit and Reset button next to each other? 14 years 10 months ago #10783

  • andreic
  • andreic's Avatar
  • OFFLINE
  • RSJoomla! Official Staff
  • Posts: 745
  • Thank you received: 66
Hello,

In order to achieve this you will have to edit the "Field style" of both your buttons and place them on a single table row. Please try going to Components > RSForm! > Manage forms > select your form and editing your submit button's field style :

from
<tr>
	<td align="right" valign="top">{fieldtitle}{validationsign}</td>
	<td valign="top">{field}</td>
	<td valign="top">{fielddesc}</td>
</tr>

to
<tr>
        <td align="right">{field}</td>

then edit your reset button's field style from:
<tr>
	<td align="right" valign="top">{fieldtitle}{validationsign}</td>
	<td valign="top">{field}</td>
	<td valign="top">{fielddesc}</td>
</tr>

to
	<td valign="top">{field}</td>
      </tr>
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!