• 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: Quick Form Layout Code help please

Quick Form Layout Code help please 12 years 7 months ago #19112

I have a form that looks like this...




I want the form to look like this....

]


Here is the code I have in form layout..2 columns 2 lines...
<div class="componentheading">{global:formtitle}</div>
{error}
<!-- Do not remove this ID, it is used to identify the page so that the pagination script can work correctly -->
<table border="0" id="rsform_9_page_0">
	<tr>
		<td valign="top">
			<div>
				<div class="formField rsform-block rsform-block-adjectives-image">
				{Adjectives Image:caption}<br/>
				{Adjectives Image:body}<br/>
				{Adjectives Image:validation}
				{Adjectives Image:description}<br/>
				</div>
				<div class="formField rsform-block rsform-block-adjectives">
				{Adjectives:caption}<br/>
				{Adjectives:body}<br/>
				{Adjectives:validation}
				{Adjectives:description}<br/>
				</div>
</td><td valign="top"><div class="formField rsform-block rsform-block-colors-image">
				{Colors Image:caption}<br/>
				{Colors Image:body}<br/>
				{Colors Image:validation}
				{Colors Image:description}<br/>
				</div>
				<div class="formField rsform-block rsform-block-colors">
				{Colors:caption}<br/>
				{Colors:body}<br/>
				{Colors:validation}
				{Colors:description}<br/>
				</div>
			</td>< 	<td valign="top"><br /> <div class="formField rsform-block rsform-block-animals-image">
				{Animals Image:caption}<br/>
				{Animals Image:body}<br/>
				{Animals Image:validation}
				{Animals Image:description}<br/>
				</div>
				<div class="formField rsform-block rsform-block-animals">
				{Animals:caption}<br/>
				{Animals:body}<br/>
				{Animals:validation}
				{Animals:description}<br/>
				</div>
</td><td valign="top"><div class="formField rsform-block rsform-block-foilage-image">
				{Foilage Image:caption}<br/>
				{Foilage Image:body}<br/>
				{Foilage Image:validation}
				{Foilage Image:description}<br/>
				</div>
				<div class="formField rsform-block rsform-block-foilage">
				{Foilage:caption}<br/>
				{Foilage:body}<br/>
				{Foilage:validation}
				{Foilage:description}<br/>
				</div>
				</td> <td valign="top"><div class="formField rsform-block rsform-block-landscapes-image">
				{Landscapes Image:caption}<br/>
				{Landscapes Image:body}<br/>
				{Landscapes Image:validation}
				{Landscapes Image:description}<br/>
				</div>
				<div class="formField rsform-block rsform-block-landscapes">
				{Landscapes:caption}<br/>
				{Landscapes:body}<br/>
				{Landscapes:validation}
				{Landscapes:description}<br/>
				</div>
				</td>
				<td valign="top"><div class="formField rsform-block rsform-block-dwelling-image">
				{Dwelling Image:caption}<br/>
				{Dwelling Image:body}<br/>
				{Dwelling Image:validation}
				{Dwelling Image:description}<br/>
				</div>
				<div class="formField rsform-block rsform-block-dwelling">
				{Dwelling:caption}<br/>
				{Dwelling:body}<br/>
				{Dwelling:validation}
				{Dwelling:description}<br/>
				</div>
			</div>
		</td>
	</tr>
</table>
<div class="formField rsform-block rsform-block-process">
				{Process:caption}<br/>
				{Process:body}<br/>
				{Process:validation}
				{Process:description}<br/>
 
</div>


Anyone want to try and figure out what I have to do? I can't get it...
Last Edit: 12 years 7 months ago by nicecarvings.
The administrator has disabled public write access.

Re: Quick Form Layout Code help please 12 years 7 months ago #19113

Nevermind. I just had to autogenerate from my custom layout and BAM! Exactly how I wanted it! :woohoo:
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!