-
vanbeekAnswered on June 17, 2014 05:06 PM
I began working on this form from a template, and now that I'm nearing completion, I notice that occasionally some of the fields stop working. Today, it seems to happen everyhting I shrink the form to the point when the responsive code kicks in, and all fileds switch over to a one-collumn format.
This was working earlier, and I was only occasionally having issues with a filed or two, and after a refresh they would start working again. Any help would be appreciated!
-
Welvin JotForm SupportAnswered on June 17, 2014 06:07 PM
Hi,
I noticed that you're missing the semicolon after each last CSS entry. I've fixed it. And noticed the following custom CSS codes:
.form-section, .form-section li {
position:relative;
z-index:3 ;
}
This prevents the field from working when it is on responsive mode. I removed that. Please kindly check again.
Thanks
-
vanbeekAnswered on June 18, 2014 09:14 AM
Your prompt help is definetly appreciated Welvin!