• 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: Got Form But Need Lines To separate Sections

Got Form But Need Lines To separate Sections 12 years 4 months ago #20600

  • scott46
  • scott46's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 5
Hello,

I made a form that I am satisfied with but I need to add some separation lines or be able to block out each section with some lines. I am sure this can happen but do not know how to add to code. Can anybody enlighten me on this.. Or even if its possible..

Thanks in Advance..
The administrator has disabled public write access.

Got Form But Need Lines To separate Sections 12 years 4 months ago #20602

This is how I add horizontal rules:
Create a free text component named "hr" (no quotes) and put it were you want the rule to appear.
Uncheck autogenerate layout and edit the "hr" component as shown below.

Delete the caption portion of the component to move the rule to the left. Then add the colspan and width code to your specs.
<tr class="rsform-block rsform-block-hr">

<td colspan="3">{hr:body}<hr style="width:500px;"/><div class="formClr"></div>{hr:validation}</td>
<td>{hr:description}</td>
</tr>

The edits will go away if you regenerate the layout so do these edits when you are satisfied with the form.

There may be other ways to do this but it might get you started.
K
Last Edit: 12 years 4 months ago by NEMGTR_webmanager. Reason: typo
The administrator has disabled public write access.
The following user(s) said Thank You: scott46

Got Form But Need Lines To separate Sections 12 years 3 months ago #20771

  • scott46
  • scott46's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 5
Thank you for your Help.. Looks good now thanks to you...
The administrator has disabled public write access.

Got Form But Need Lines To separate Sections 12 years 3 months ago #20772

Your welcome! Glad I could give you some assistance.
Any chance you could post the URL of your finished form? I like to see what other people have done... It gives me ideas to make my forms better (if not I understand).

K
The administrator has disabled public write access.

Got Form But Need Lines To separate Sections 12 years 3 months ago #20786

  • scott46
  • scott46's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 5
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!