Forums

Checkbox Field Empty and Alignment

LikeStuff 05 Nov, 2011
I would like some help with two issues please.

1. I choose vertical alignment but I cannot get the checkboxes to align as per the attached in Figure 1. How can I get it to align similar to figure 1 please. It currently aligns like figure 2 which would be fine but the other parts of the form is not laid out that way.

2. My checkbox options are not being sent in the email, instead I'm getting the field name and I cannot figure it out, the other fields are working, only the checkbox is not

Joomla 1.5.24
Chrono Forms 4.0 RC2.0

Thanks in advance!!
GreyHead 06 Nov, 2011
Hi LikeStuff,

This looks like a CSS problem. Please post a link to the form so I can take a quick look.

Bob
GreyHead 08 Nov, 2011
Hi likeStuff,

You'll need to tweak the CSS a bit but this should help

.ccms_form_element input[type="checkbox"] {
margin-left:150px;
}


Bob
LikeStuff 09 Nov, 2011
Thank you that worked.

Any suggestion regarding my second question, I'm stumped as to why the checkbox results are not being sent.

Thanks again!!
GreyHead 09 Nov, 2011
Hi Likestuff,

There's not enough info to tell what is happening with the checkboxes. You may need to add a Handle Arrays action to convert the array result into a string?

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