Hi!
In the config , I chose to NOT show fields when value is empty.
Despite this setting, if for a field I set some layout at field > paramaters > layout > Profile Value Layout
let's say for instance:
Code:
<a href="tel:[value]"><i class="fa fa-phone"></i> [value]</a>
Then although the phone field value is empty for a user, the a tag and phone icon will show.
They should not.
Just reporting