checkbox span insertion

fullfusion 04 Feb, 2011
Hello,

I have a form here <!-- w --><a class="postlink" href="http://www.ffdev6.net/newspaper-sales-careers/contact-us-and-submit-resume">www.ffdev6.net/newspaper-sales-careers/ ... mit-resume</a><!-- w --> . This is in Joomla! 1.5.22 and CF v3.2.0. When I click on a checkbox under Availability the table row shifts at that spot and a "<span class=" LV_validation_message LV_valid"> </span>" in inserted between the cells. If I go to another browser tab and then back to that site the <span> is gone and the row is fine until I click on another one. Do you have any idea why it's doing this?

Dan
GreyHead 04 Feb, 2011
Hi Dan,

The message is inserted by the validator. There's a bug somewhere in ChronoForms or the LiveValidation code that leaves a space in the <span> when there is no message.

In this case though you aren't validating these checkboxes so I wonder if this is a side-effect of the missing type attributes on the earlier inputs. (See another reply to you.)

Bob
fullfusion 04 Feb, 2011
The addition of the type attributes on my other inputs didn't fix this one. What else can I do?
Dan
fullfusion 04 Feb, 2011
One other issue I'm having on this form is that if I don't add an attachment, it won't send. The attachment is not required, but it's acting like it is. Any thoughts on this one?

Dan
GreyHead 05 Feb, 2011
Hi Dan,

Is this the latest ChronoForms version 3.2?

If so there's a bug in the File upload code. Please see this post.

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