• Resolved nick2020nm

    (@nick2020nm)


    Hi, I installed your plugin in the free version (for now) vers. 2.0
    I have WordPress vers. 5.8, it seems from the documentation, that your plugin has not yet been tested with this version of WP. Is it real?
    It doesn’t work for me, what am I doing wrong?
    The field behaves like a normal text field ??
    Can you help me, please?

    Below is my CF7 test form

    <label> Il tuo nome
    [text* your-name] </label>

    <label> La tua email
    [email* your-email] </label>

    <label>Data prenotazione webinar</label>
    [text* cf7_data_pren class:datapren ]

    <label> Il tuo messaggio (facoltativo)
    [textarea your-message] </label>

    [submit “Invia”]

    I also report (from menu: Input WP/Integration) my css-selector in the “Form Integration” of the plugin:

    —– CSS Selector

    (This below is my css-selector, the same I use in CF7 module above)
    .datapren

Viewing 2 replies - 1 through 2 (of 2 total)
  • Yes, it should work in WP5.8 .

    In my reservation form, this is the row on which I present the date/time field and the Date & Time Picker :

    <tr><td style="width: 30%; text-align:left">Datum en tijd:</td><td>[text* datumtijd class:reservationdatetime]</td></tr>
    

    Note the CSS class I added to the form.

    On the Input WP settings page, ‘When To Load’, I choose to load the plugin ‘across the full website’.
    In the Input WP integration page, I used ‘.reservationdatetime’ as CSS selector.

    That’s it.

    Best regards,
    Jan

    • This reply was modified 3 years, 6 months ago by jashk.
    Thread Starter nick2020nm

    (@nick2020nm)

    Thank you Jan for your answer…

    Sometimes a little hint is enough to solve a technical problem.
    In fact, your suggestion to apply the CSS selector on the whole site was decisive;-)

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Date picker, does really work in WP 5.8?’ is closed to new replies.