• http://www.masterbip.cl/pruebas/reserva-de-horas/
    I latest versions of “Contact Form 7” and “Contact Form 7 Datepicker”. Default WordPress theme.

    This is the code to include a datepicker:

    <p>[datetime* txt-fechahora id:txt-fechahora date-format:dd/mm/yy time-format:HH:mm animate:fade first-day:1 placeholder "Fecha y Hora (*)"]</p>

    I have testted it in Firefox and chrome, same line of error:

    TypeError: d.dpDiv[(intermediate value)] is not a function	
    
    ...,a.datepicker._get(d,"showOptions"),k):d.dpDiv[j||"show"](j?k:null),a.datepicker...

    It is a plugin problem, right? How can I fix it to make it work?
    Thanks in advance!

    https://wordpress.org/plugins/contact-form-7-datepicker/

Viewing 1 replies (of 1 total)
  • Thread Starter masterbip

    (@masterbip)

    Ok I just figure out that:

    <p>[time hora id:fecha time-format:HH:mm]</p>
    <p>[date fecha id:fecha date-format:mm/dd/yy first-day:1]</p>

    Works fine.

    But:

    <p>[datetime* txt-fechahora id:txt-fechahora date-format:dd/mm/yy time-format:HH:mm animate:fade first-day:1 placeholder "Fecha y Hora (*)"]</p>

    Does not.

Viewing 1 replies (of 1 total)
  • The topic ‘Not Working. Default theme, only CF7 and this plugin active’ is closed to new replies.