Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Author codepeople

    (@codepeople)

    Hi,

    You simply should leave in blank the “Predefined Value” attribute, and tick the checkbox: “Use predefined value as placeholder”.

    Best regards.

    Thread Starter dearjudy

    (@dearjudy131)

    Hi, thanks for your swift reply.

    That’s what I did, I left the “Predefined Value” attribute blank and ticked the checkbox “Use predefined value as placeholder”.

    Something is causing the problem but I can’t identify it myself.

    Is there the other clever way round to fix it?

    Thank you.

    Plugin Author codepeople

    (@codepeople)

    Hi,

    Could you send me the link to your webpage to check the field’s settings, please?

    Best regards.

    Thread Starter dearjudy

    (@dearjudy131)

    Hi,
    The version of Calculating Fields Form is 5.0.1.
    The link to the page draft is https://www.st-teresas.com/st-teresas-equestrian/equestrian-booking-form/
    Thanks for your time.

    Plugin Author codepeople

    (@codepeople)

    Hi @dearjudy,

    In reality you are using a very outdated version of the plugin, and my recommendation is to upgrade to the newest version, because this behavior was corrected some time ago.

    To get the latest version of the plugin you simply should visit the download link received after purchase the plugin, or you can generate it again through the contact page of my website:

    https://cff.dwbooster.com/contact-us

    However, if you prefer a rapid and effective solution with your current version of the plugin:

    1. Assign to each date field a custom class name, for example: my-date

    Note: If the field has assigned a class name you simply should separate them by a space character.

    2. Insert an “Instruct. Text” field in the form, and enter as the attribute: “Instructions for users”, the piece of code below:

    <script>
    fbuilderjQuery(document).one('showHideDepEvent', function(){
    fbuilderjQuery('.my-date input').val('');
    });</script>

    and that’s all.

    If you need more help with the professional version of the plugin you should contact me through my private support page:

    https://cff.dwbooster.com/contact-us

    Best regards.

    Thread Starter dearjudy

    (@dearjudy131)

    Hi,

    Thank you for your support, the piece of code has fixed the problem.

    Best wishes,

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Date/Time’ is closed to new replies.