• 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: 1.03 - 1 col layout

1.03 - 1 col layout 16 years 11 months ago #796

  • roboter
  • roboter's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 14
Hello,
i working on a form here:
sachikosushi.com/index.php?option=com_forme&fid=1

I used the default sample form and currently the form field style looks like this:
<td valign=\"top\"width=\"100%\">{fieldtitle}{validationsign}<br>{field}<br>{fielddesc}</td>
 
But the problem is, i got in the upper part a few input boxes and below the \"free text\" is crippled into 1 col only.
I need the below text to spread 100% in the bottom area of the form.

Is this possible?


Thanks for your efforts alex.


cheers

Laura
The administrator has disabled public write access.

Re:1.03 - 1 col layout 16 years 11 months ago #799

  • alex
  • alex's Avatar
  • OFFLINE
  • RSJoomla! Official Staff
  • Posts: 443
  • Thank you received: 3
Hello Laura,

i spotted a few mistakes on your form:

1. Textarea field Attribute should not be [code]
The administrator has disabled public write access.

Re:1.03 - 1 col layout 16 years 11 months ago #801

  • roboter
  • roboter's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 14
Hi alex,
thanks ...

It works now but i had to make the bottom checkbox like this:
<tr>
	<td align=\"right\" valign=\"top\">{fieldtitle}{validationsign}</td>
	<td valign=\"top\">{field}</td>
	<td valign=\"top\">{fielddesc}</td>
</tr>

Cheers


ps.
when i make the checkbox mandotory the form error output notice to times the error message.<br><br>Post edited by: Laura, at: 2007/06/02 11:28
The administrator has disabled public write access.

Re:1.03 - 1 col layout 16 years 11 months ago #811

  • alex
  • alex's Avatar
  • OFFLINE
  • RSJoomla! Official Staff
  • Posts: 443
  • Thank you received: 3
Ok, thanks. I will take care of this.
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!