I have
Show on Profile : 1 line without title
Show on Registration : no
Show on Profile Edit : Yes, 1 line without title
Searchable : no
Required : no
and for CB Core Fields Ajax integration
Display : enable
Strict : disable
Access : registered
Output : inline
Placeholder : text
Additional fields : cb_marketreturn
Add fields titles: 1line without title
update on : nothing
I think it was working fine a couple of weeks ago.
Maybe an update in CB Core Ajax conflicts with the field info display ?
edit :
This is the description text that I use
Code:
<p>Sélectionne <a class="btn btn-info mt-1" href="pages/13-campagnes-marketing">une campagne active</a> pour ta prochaine activation ou <a class="btn btn-info mt-1" href="pages/10-activateurs/56-campagnes-souhaitées">une campagne souhaitée</a></p>
in the frontend html, the field is displayed with a hidden class :
Code:
<div class="hidden form-group row no-gutters sectiontableentry2 cbft_queryselect cbtt_select cb_form_line cbtwolinesfield" id="cbfr_408"><div class="cb_field col-sm-12"><div id="cbfv_408">....
Maybe the main CB config settings "show empty field" which has changed recently for CB query field ??