Form fields not working - cant click or add data

  • vanbeek
    Asked on June 17, 2014 at 5: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 Support Team Lead
    Replied on June 17, 2014 at 6: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

  • vanbeek
    Replied on June 18, 2014 at 9:14 AM

    Your prompt help is definetly appreciated Welvin!