Hi @dplista,
if you are a developer, you can assign each field unique id. Id attribute available in contact form 7 fields creation popup.
On the bases of the field id you can replicate the plugin JS code in your active theme.
E.g
$(“#fieldID”).countrySelect({
//defaultCountry: “jp”,
//onlyCountries: [‘us’, ‘gb’, ‘ch’, ‘ca’, ‘do’],
//preferredCountries: [‘ca’, ‘gb’, ‘us’]
});
$(“#fieldID”).intlTelInput({
//defaultCountry: “jp”,
//onlyCountries: [‘us’, ‘gb’, ‘ch’, ‘ca’, ‘do’],
//preferredCountries: [‘ca’, ‘gb’, ‘us’]
});
For more detail. Please plugin assets/cusotm_script.js file.
I hope it will help you. The empty option feature is not available in the script.
Regards
Narinder.