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!!
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!!
Hi LikeStuff,
This looks like a CSS problem. Please post a link to the form so I can take a quick look.
Bob
This looks like a CSS problem. Please post a link to the form so I can take a quick look.
Bob
Hi likeStuff,
You'll need to tweak the CSS a bit but this should help
Bob
You'll need to tweak the CSS a bit but this should help
.ccms_form_element input[type="checkbox"] {
margin-left:150px;
}
Bob
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!!
Any suggestion regarding my second question, I'm stumped as to why the checkbox results are not being sent.
Thanks again!!
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
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 post helped: http://www.chronoengine.com/forums.html?cont=posts&f=3&t=26968&p=115236&hilit=+Handle+Arrays+checkbox#p115236
Thanks for your help!!
Thanks for your help!!
This topic is locked and no more replies can be posted.