pimpMyJoomla Board
Welcome, Guest
Please Login or Register.
Lost Password?
v.1.02. - Form with sections (1 viewing)
_GEN_GOTOBOTTOM Post Reply

TOPIC: v.1.02. - Form with sections

#269
ag2simal (User)
Senior Boarder
Posts: 11
graphgraph
v.1.02. - Form with sections 2007/05/12 06:45 Karma: 1  
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:
http://www.finbiro.hr/index.php?option=com_forme&fid=1
(sorry on language)

Post edited by: ag2simal, at: 2007/05/14 09:47
  The topic has been locked.
#274
alex (Admin)
Admin
Posts: 301
graph
Re:Form with sections 2007/05/12 09:59 Karma: 8  
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?

Post edited by: alex, at: 2007/05/12 09:59
  The topic has been locked.
#311
ag2simal (User)
Senior Boarder
Posts: 11
graphgraph
Re:Form with sections 2007/05/14 05:52 Karma: 1  
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 topic has been locked.
#313
alex (Admin)
Admin
Posts: 301
graph
Re:Form with sections 2007/05/14 09:21 Karma: 8  
Nice Work
  The topic has been locked.
#752
evilrobot (User)
Gold Boarder
Posts: 42
graphgraph
Re:Form with sections 2007/05/25 14:23 Karma: 0  
Is this what is meant by:

Add Form Sections, Headers and Footers


in the v1.0.3 feature list?
  The topic has been locked.
#754
evilrobot (User)
Gold Boarder
Posts: 42
graphgraph
Re:v.1.02. - Form with sections 2007/05/25 15:33 Karma: 0  
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

Post edited by: evilrobot, at: 2007/05/25 15:34
  The topic has been locked.
#782
ag2simal (User)
Senior Boarder
Posts: 11
graphgraph
Re:v.1.02. - Form with sections 2007/05/31 17:36 Karma: 1  
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 topic has been locked.
_GEN_GOTOTOP Post Reply
© Copyright 2007 Best of Joomla, Powered by FireBoardget the latest posts directly to your desktop