Viewing 1 replies (of 1 total)
  • Solution was change line

    wp_localize_script( ‘wpcf7-intl-tel-js’, ‘wpcf7_utils_url’, ITI4CF7_VENDOR_URL . ‘intl-tel-input/js/utils.js’ );

    to

    wp_add_inline_script( ‘wpcf7-intl-tel-js’, ‘var wpcf7_utils_url = “‘.ITI4CF7_VENDOR_URL . ‘intl-tel-input/js/utils.js’.'”;’, ‘before’ );

    in file wp-content/plugins/international-telephone-input-for-contact-form-7/includes/form-tag.php

Viewing 1 replies (of 1 total)
  • The topic ‘Any update on this please?’ is closed to new replies.