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

    (@codepeople)

    Hi,

    It is really easy, each element in the form has a class name assigned. So, If you want hide this text, you simply should paste the following style’s definition, in any of the CSS files used by your website.

    #fbuilder .dformat{display:none;}

    Tip: I recommend pasting the style’s definition in the “/wp-content/plugins/calculated-fields-form/css/stylepublic.css” file, to maintain all code ordered.

    Tip 2: After edit the online files it is recommended to clear the browser’s cache.

    Best regards.

    Thread Starter scparsons88

    (@scparsons88)

    Thank you! Worked a treat!
    One other query I’ve got, is there a way for the coupon code to make real-time adjustments and display it in a calculated field?
    Thanks!

    Plugin Author codepeople

    (@codepeople)

    Hi,

    I’m sorry, in the current version the coupon discount is applied in the server side, after submit the form, and before redirect the user to PayPal. But I will take your suggestion in consideration for a next update of the plugin. I need to analyse the way to prevent the use of automatic robots for testing infinite combinations of coupon codes, because for checking each coupon code, is needed a call to the server side using AJAX.

    Best regards.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Remove (dd/mm/yyyy HH:mm) from Date Picker’ is closed to new replies.