perfect, thank you. the query works.
i did not, however, succeed in defaulting field 3 with either a number DS or a Hidden DS.
the code i added is intended to set 3 (slider) to the value of 35 (DS)
[CP_CALCULATED_FIELDS id=”11″]
<SCRIPT>
cpcff_default = { 1 : {} };
cpcff_default[1][ ‘fieldname3’ ] = ‘<%fieldname35_value%>’;
</SCRIPT>
do you have a better approach to this one?
much appreciated,
Lars