• Resolved cesare2016

    (@cesare2016)


    Hi Jules,
    On Firefox 58.0.2 (OS X) and IE 11.0.49 (Win 7) some textfields can’t be filled in.

    I am heavily using your plugin on our site (Anmeldung). To ease things i created a very minimal test file where you can study the problem.

    Check it out please it should be self explanatory.

    –> It actually doesn’t affect all the text fields inside conditional statments only some of them. See here on our live form: Screenshot

    conditional fields:
    if [checkEsseAlles] not equals "hide" then show [nahrung]

    fields:

    <h3>On Firefox 58.0.2 (OS X) and IE 11.0.49 (Win 7) THIS conditional textfields can't be filled in:</h3>
    
    <strong>CONDITIONAL, NOT OK:</strong>
    [checkbox checkEsseAlles default:1 "hide"]
    [group nahrung]
    [checkbox nahrungsmittelGarNicht free_text "Sonstiges:"]
    [/group]
    <br><br>
    
    <strong>NOT conditional, here its OK:</strong> [checkbox nahrungsmittelGarNicht free_text "Sonstiges:"]

    Thanks a lot for your help.

    Cheers,
    Cesare

    • This topic was modified 6 years, 1 month ago by cesare2016.
    • This topic was modified 6 years, 1 month ago by cesare2016.
    • This topic was modified 6 years, 1 month ago by cesare2016.
    • This topic was modified 6 years, 1 month ago by cesare2016.

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

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author Jules Colle

    (@jules-colle)

    sorry for the late response. This is a pretty strange case.

    It seems that you have some fields with the same name attribute in your form though. This is invalid code. Please give all your fields a unique name and see if that solves anything.

    Thread Starter cesare2016

    (@cesare2016)

    hi i created a test form where you can see what happens. https://www.metabolic4you.ch/test/

    Nothing has the same name attribute there (it contains 2 fields…) and the problem happens. there.
    did you seee?

    Plugin Author Jules Colle

    (@jules-colle)

    In https://www.metabolic4you.ch/wp-content/themes/theme52373/main-style.css at line 122 you have this code

    .wpcf7 .wpcf7-form p input[type="text"], .wpcf7 .wpcf7-form p input[type="email"] {

    remove the p’s so you end up with:

    .wpcf7 .wpcf7-form input[type="text"], .wpcf7 .wpcf7-form input[type="email"] {

    The reason that it wasn’t working before is that the groups generate div elements, and div elements cannot be nested within p elements.

    Thread Starter cesare2016

    (@cesare2016)

    Hi Jules,
    Thanks a lot. This did the trick!

    Cheers,
    Cesare

    Plugin Author Jules Colle

    (@jules-colle)

    Sure thing!
    feel free to leave a review 😉

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Can’t fill in textfields some Firefox 58.0.2 (OS X) and IE 11.0.49 (Win 7)’ is closed to new replies.