• i created the form by contact form7
    and test by mobile

    i found that drop-down selection and drag&drop upload button cannot work properly with Android system

    but it’s ok when i use apple (iOS)

    So , could you please check for me or tell me how to resolve problem

    Thank you

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Hello @drpeaz01

    You are using elementskit which has following CSS which prevents this:

    .ekit-wid-con .ekit-form form label span {
        pointer-events: none;
    }
    

    So you need to move your input fields and select outside the <label> element.

    Check here for the plugin demo for Contact Form 7.

Viewing 1 replies (of 1 total)
  • The topic ‘contact form 7 problem for android’ is closed to new replies.