• Sam

    (@subnoodle)


    Hello dears,

    when using contact from 7 with hint on this page:

    https://contactform7.com/faq/does-contact-form-7-support-html5-input-types/

    (i added line for html5-fallback in function.php of child-theme)

    add_filter( ‘wpcf7_support_html5_fallback’, ‘__return_true’ );

    It does seeminly not work at all.

    All i see on ie 11 is the same lame input field instead of a datepicker widget.

    Went something wrong with the fallback mode?

    I cannot debugg that, since it’s on php-side and i don’t know how the fallback would work (seems not to be Modernizr).

    Thank you very much!

    Thomas

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter Sam

    (@subnoodle)

    additional info:

    likewise, it seems not to work this line of code either:

    add_filter( ‘wpcf7_support_html5’, ‘__return_false’ );

    Turning off HTML5-Style elements results in still rendered HTML5-elements on Chrome.

    ???

    Something wrong here.

    I cleared caches of browser always, also from WordPress cache installation, also deacticated the cache pluign.

    Stayed same.

    ?

    Plugin Author Takayuki Miyoshi

    (@takayukister)

    Try switching to the default theme and deactivating all other plugins.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Date-Picker built-in HTML5-Fallback does not work’ is closed to new replies.