• paarami

    (@paarami)


    Hi,

    want to disable form auto fill

    Tried multiple codes but nothing works can u help few r listed below:

    add_filter( ‘wpcf7_autocomplete_off’ , ‘__return_true’ );

    add_filter(
    ‘wpcf7_form_autocomplete’,
    function ( $autocomplete ) {
    return ‘off’;
    },
    10, 1
    );

    add_filter( ‘wpcf7_autopopulate_email_address’, ‘__return_false’ );

    add_filter( ‘wpcf7_autopopulate_no_save’, ‘__return_true’ );

    add_filter( ‘wpcf7_autopopulate_validator_config’, ‘__return_false’ );

    please reply on [email removed]

    The page I need help with: [log in to see the link]

  • The topic ‘want to disable form auto fill’ is closed to new replies.