Hi,
I have found how to call a CF in a CC via this thread, but my CF contains a repeater area with multi-fields and this part is not working (repeat_button doesn't work, mess in the fields' name).
Do you know how I can get it work well please ?
When I use the CF without calling it via CC, it's work well :
When I call it in a CC, it's broken :
I have found how to call a CF in a CC via this thread, but my CF contains a repeater area with multi-fields and this part is not working (repeat_button doesn't work, mess in the fields' name).
Do you know how I can get it work well please ?
When I use the CF without calling it via CC, it's work well :
<div class="field "><label for="map0unit_cost_txt_unitcost">Prix d'achat</label>
<input placeholder="" id="map0unit_cost_txt_unitcost" value="" type="text" name="map[0][unit_cost]"></div>
When I call it in a CC, it's broken :
<div class="field "><label for="map#repeater_article.countunit_cost_txt_unitcost">Prix d'achat</label>
<input placeholder="" name="map[#repeater_article.count][unit_cost]" id="map#repeater_article.countunit_cost_txt_unitcost" value="" type="text"></div>