Forums
(@hoggologh)
2 years, 4 months ago
keep it simple2- use this script to disable first option
<script> $(function() { $('.wpcf7-select option:first-child[value=""]').prop('disabled', true); }); </script>