• gregorr64

    (@gregorr64)


    Hi,

    I’ve turned the autocompletion off on my form, but it is still showing up in my text field.

    Appears to be doing this on Chrome and Internet Explorer.

    Can anyone suggest how to fix this?

    Thanks

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

    (@codepeople)

    Hello @gregorr64,

    Could you send me the link to the webpage where the form is inserted, please?

    Best regards.

    Thread Starter gregorr64

    (@gregorr64)

    Hi,

    One of the forms that is having this issue is:

    https://northayrshireicehockeyclub.co.uk/club-shop/adults-padded-jacket/

    Thanks,
    Gregor

    Plugin Author codepeople

    (@codepeople)

    Hello @gregorr64,

    Please, follow the instructions below:

    Insert a “HTML Content” field in the form, and enter as its content the following piece of code:

    
    <script>
    fbuilderjQuery(document).one('showHideDepEvent', function(){
    fbuilderjQuery('form[id*="cp_calculatedfieldsf_pform_"]')[0].reset();
    });
    </script>
    

    and please, let me know if the issue persists.

    Best regards.

    Thread Starter gregorr64

    (@gregorr64)

    Hi,

    I’ve tried that and the issue is still there.

    Thanks,
    Gregor

    Plugin Author codepeople

    (@codepeople)

    Hello

    My apologies, I see you are using the form into a WooCommerce product using the “CFF – WooCommerce” add-on. Actually, after the product is added to the cart the form preserves the fields values because the add-on has been implemented in that way. If you don’t want this behavior, please, follow the steps below:

    1. Open the “/wp-content/plugins/calculated-fields-form/addons/woocommerce.addon.php” file with the text editor of your choice.

    2. Go to the piece of code:

    if(!empty($init_form))

    and edit it as follows:

    if(false && !empty($init_form))

    Best regards.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Field Autocompletion still showing when turned off’ is closed to new replies.