• 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: v.1.02. - Form with sections

v.1.02. - Form with sections 16 years 11 months ago #269

  • ag2simal
  • ag2simal's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 11
1. Change field style to this:

<tr>
<td colspan=\"2\" valign=\"top\" class=\"fielddescclass\">{fielddesc}</td>
<tr>
</tr>
<td align=\"right\" valign=\"center\" class=\"fieldtitleclass\">{fieldtitle}{validationsign}</td>
<td valign=\"top\" class=\"fieldclass\">{field}</td>
</tr>

2. Make CSS
3. On place were you want to put description (section name) for few fields, fill in \"Description\", leave \"field title\" empty, and set type to \"hidden\".
4. Make some fields. (Leave description empty!)
5. Repeat 3.& 4.

Result should look like this:
www.finbiro.hr/index.php?option=com_forme&fid=1
(sorry on language)<br><br>Post edited by: ag2simal, at: 2007/05/14 09:47
The administrator has disabled public write access.

Re:Form with sections 16 years 11 months ago #274

  • alex
  • alex's Avatar
  • OFFLINE
  • RSJoomla! Official Staff
  • Posts: 443
  • Thank you received: 3
I like what you did! My compliments. 1 thing you could add to the form style is
<style>
td.fieldclass input, td.fieldclass select, td.fieldclass textarea {
width:145px;
}
</style>
to make all inputs/text areas & selects have the same width? What do you think?<br><br>Post edited by: alex, at: 2007/05/12 09:59
The administrator has disabled public write access.

Re:Form with sections 16 years 11 months ago #311

  • ag2simal
  • ag2simal's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 11
You were right. It looks much better like that.

However, I had to made some corrections 'couse IE.
So style looks like this now:

td.fieldclass input, td.fieldclass textarea {
width:145px;
}
td.fieldclass select{
width:149px !important;
width:145px;
}
The administrator has disabled public write access.

Re:Form with sections 16 years 11 months ago #313

  • alex
  • alex's Avatar
  • OFFLINE
  • RSJoomla! Official Staff
  • Posts: 443
  • Thank you received: 3
Nice Work :)
The administrator has disabled public write access.

Re:Form with sections 16 years 11 months ago #752

Is this what is meant by:

Add Form Sections, Headers and Footers


in the v1.0.3 feature list?
The administrator has disabled public write access.

Re:v.1.02. - Form with sections 16 years 11 months ago #754

ag2simal wrote:
<td align=\"right\" valign=\"center\"

Correct me if I'm wrong, but I don't think there is an attribute valign=\"center\". I think the allowed values are:

valign = top|middle|bottom|baseline<br><br>Post edited by: evilrobot, at: 2007/05/25 15:34
The administrator has disabled public write access.

Re:v.1.02. - Form with sections 16 years 11 months ago #782

  • ag2simal
  • ag2simal's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 11
Q: Is this what is meant by:
Add Form Sections, Headers and Footers
in the v1.0.3 feature list?
A: Yes (at least I think so)

Q: ... valign=\"center\" ...
A: You are right, thank you. I haven't seen this \"bug\".
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!