Page 1 of 1

[SOLVED] Form Builder - Fields in a table

Posted: Mon Dec 24, 2007 9:07 pm
by andym
Hi,

I am an old hand at MYSQL/PHP/HTML but am just starting out on the CSS and CMSMS road.

I figured out how to set up a CSS format for each field on an individual basis using form builder and CSS, but what I really want to do is but a table together.

Say 8 rows by 6 columns with each cell containing a different field.

I suspect my being new to Smarty and CSS all at once is stopping me seeing immediately how to do this, but having spent more years than I care to mention in programming all sorts of machines I think I just need a few pointers.

Any one got any helpful hints?

A

Re: Form Builder - Fields in a table

Posted: Mon Dec 24, 2007 9:29 pm
by Nullig
If you look at the FormBrowser mod, the code/templates in there should point you in the right direction, as it uses tables to view the data.

Nullig

Re: Form Builder - Fields in a table

Posted: Wed Dec 26, 2007 8:06 am
by andym
Good point.  Thanks for that, I'll take a look.

A.

[PS: In the end I created a form specifically tailored for the app and it worked out just fine.]