[SOLVED] Formbuilder question - Style multiple textfields

For discussion and questions related to CMS Specific templates and stylesheets (CSS), and themes. or layout issues. This is not a place for generic "I don't know CSS issues"
Post Reply
drwatson
New Member
New Member
Posts: 6
Joined: Mon Nov 15, 2010 11:13 pm

[SOLVED] Formbuilder question - Style multiple textfields

Post by drwatson »

Hi there,

I'm not sure where to ask my question. It could be a styling or a coding issue. I'm using the formbuilder module and I don't know how to style a multiple textfield. Here is the problem:

Link: http://bit.ly/crmTTe

When adding a field with the [ + ] button, the second field pops up behind the first one. It should be underneath on the right side of the column. Where can I change the behaviour of the multiple text fields?

Using:
CMSMS v1.8.2
Formbuilder v0.6.4
CGExtensions v1.21
Last edited by drwatson on Sat Nov 20, 2010 12:06 am, edited 1 time in total.
Marijus

Re: Formbuilder question - Style multiple textfields

Post by Marijus »

In formbuilder you can add class name for this field (will be div with class for all multiple textfields).
and you can in template add classes for label, text, submit input types.

somthing like:

Code: Select all

<span class="t">{$entry->input[numloop]->input}</span>
drwatson
New Member
New Member
Posts: 6
Joined: Mon Nov 15, 2010 11:13 pm

Re: Formbuilder question - Style multiple textfields

Post by drwatson »

Great, problem solved. Thanks for the reply!
Post Reply

Return to “Layout and Design (CSS & HTML)”