Normally in the tab “Gutschein bestellen” @ https://icarus-manifest.de/demo/
but I did a version rollback one hour ago, so the bug doesn′t appear any longer. You can try it on your own by copying the following code in a form.
<script>
document.addEventListener(‘cf7-recordset’, function(evt){
if(evt.detail[‘recordset-id’] == ‘ninox_voucher_list’)
{var records = evt.detail[‘recordset-data’];
for(var i in records) records[i][‘composed_text_voucher’] = records[i][‘Bezeichnung’]+’ – ‘+records[i][‘Einzelpreis’]+’ €’;
}});
</script>
It is just a script to change drowdown text in combination with CF7 datasource plugin.