You can accomplish this with JS for now.
Thanks Taylor. Can you explain to me what JS is?
You will have to use custom JavaScript code 🙁 Sorry
I use Elegant Themes and their support team provided me with the necessary information to accomplish this. I highly recommend them!
I put the code in the Integration section of the epanel, in the <head> section.
<script type=”text/javascript”>
(function($) {
$(document).ready(function() {
if ($(‘#ccf_field_address-4-country’).length) {
$(‘#ccf_field_address-4-country’).val(‘Cameroon’);
}
});
})(jQuery);
</script>
Works great.
It is very complicated. Could you make a field to set the default country?