Form layout in Version 6

How to display form elements in a single row in ChronoForms.

Overview

The problem is that form elements are creating new rows instead of appearing on the same line.
Use the "Multi field area" feature in CF. Drag the required fields inside this area to display them in one row.

Answered
ChronoForms v6
fo foluso 06 May, 2017
Hi @ all,

Am trying to create a form that will be on a straight line... I have tried using custom code in the template section but still it wont display on the same line or row....instead it creates a new row for each form element....
Your kind suggestions will be greatly appreciated.....

sample code below

<table width="583" border="1">
<tr>
<td width="41"><form id="form1" name="form1" method="post" action="">
<label for="select"></label>
<select name="select" id="select">
</select>
</form></td>
<td width="144"><form id="form2" name="form2" method="post" action="">
<label for="textfield"></label>
<input type="text" name="textfield" id="textfield" />
</form></td>
<td width="185"><input type="text" name="textfield2" id="textfield2" /></td>
<td width="185"><form id="form3" name="form3" method="post" action="">
<label for="textfield2"></label>
<input type="submit" name="button" id="button" value="Submit" />
</form></td>
</tr>
</table>
Max_admin Max_admin 06 May, 2017
Answer
1 Likes
Hi foluso,

Please use a "Multi field area" to do this, drag your fields inside the area and they will be displayed in one row.

Best regards,
Max
Max, ChronoForms developer
ChronoMyAdmin: Database administration within Joomla, no phpMyAdmin needed.
ChronoMails simplifies Joomla email: newsletters, logging, and custom templates.
fo foluso 06 May, 2017
Hello calculus00,

Thanks for the suggested links... I have been through all but none points to what i am supposed to do to fix the layout issue.
Thanks in advance @ all for your kind suggestions

Regards
Max_admin Max_admin 06 May, 2017
Hi foluso,

I removed the auto responder post.

Best regards,
Max
Max, ChronoForms developer
ChronoMyAdmin: Database administration within Joomla, no phpMyAdmin needed.
ChronoMails simplifies Joomla email: newsletters, logging, and custom templates.
fo foluso 10 May, 2017
Hi admin,

Apologies for the late reply...
Your suggestion worked...

You are deeply appreciated! Thanks a whole lot.

Cheers!
This topic is locked and no more replies can be posted.