• 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: Howto create 2 coloum layout?

Howto create 2 coloum layout? 16 years 11 months ago #476

  • roboter
  • roboter's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 14
Hi, how can i have a 2 coloum layout within the form?
This for 2 seperate parts of a question along with radio boxes. It just looks better when aligning both Questions with 2 cols, instead just below each other.

Thanks

Laura
The administrator has disabled public write access.

Re:Howto create 2 coloum layout? 16 years 11 months ago #482

  • alex
  • alex's Avatar
  • OFFLINE
  • RSJoomla! Official Staff
  • Posts: 443
  • Thank you received: 3
I am working on this issue Laura. It will be ready on 1.0.3

Sorry for that :(
The administrator has disabled public write access.

Re:Howto create 2 coloum layout? 16 years 11 months ago #486

  • roboter
  • roboter's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 14
Hej that is great news!
And i dont consider this a real issue, so far i really love your components - they seem very stable and well designed if you ask me :)

ps.
We will use this form on our website and we plan to donate for this great component!

Cheers
The administrator has disabled public write access.

Re:Howto create 2 coloum layout? 16 years 11 months ago #704

I didn't see this on the list of features to 1.0.3 - did it make it in?
The administrator has disabled public write access.

Re:Howto create 2 coloum layout? 16 years 11 months ago #727

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

how to do a 2 column form with Forme 1.0.3:

1. in the Form Style tab, change the \"Edit the form style\" from:
<div align=\"left\" style=\"width:100%\" class=\"componentheading\">{formtitle}</div>
<form name=\"{formname}\" id=\"{formname}\" method=\"post\" action=\"{action}\" {enctype}>
	<table width=\"100%\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" class=\"forme\">
	{formfields}
	</table>
</form>

to
<div align=\"left\" style=\"width:100%\" class=\"componentheading\">{formtitle}</div>
<form name=\"{formname}\" id=\"{formname}\" method=\"post\" action=\"{action}\" {enctype}>
	<table width=\"100%\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" class=\"forme\">
<tr><td><table width=\"100%\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" class=\"forme\">
	{formfields}
	</table>
</td></tr></table>
</form>
2. Apply changes

3. After the second field add a new field like this:
Field Id: free1
Field type: free text
Field style:
</table></td><td><table width=\"100%\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" class=\"forme\">

That worked for me. Let me know if you managed to do it.
The administrator has disabled public write access.

Re:Howto create 2 coloum layout? 16 years 11 months ago #736

  • waby
  • waby's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 7
Hi Alex,

I've tried this method but it doesn't work for me... Thanks for your help
The administrator has disabled public write access.

Re:Howto create 2 coloum layout? 16 years 11 months ago #737

  • waby
  • waby's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 7
Hi Alex,

I've tried this method but it doesn't work for me... Thanks for your help
The administrator has disabled public write access.

Re:Howto create 2 coloum layout? 16 years 11 months ago #738

  • waby
  • waby's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 7
Hi Alex,

I've tried this method but it doesn't work for me... Thanks for your help
The administrator has disabled public write access.

Re:Howto create 2 coloum layout? 16 years 11 months ago #749

  • alex
  • alex's Avatar
  • OFFLINE
  • RSJoomla! Official Staff
  • Posts: 443
  • Thank you received: 3
Are you sure you did exactly this? try adding the sample data, and try there.(i think you altered somehow the original form style and that's why it is not working). I tested it here and it works.
The administrator has disabled public write access.

Re:Howto create 2 coloum layout? 16 years 11 months ago #804

  • Grfxboy
  • Grfxboy's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 3
It worked great for me. Thanks!
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!