Please replace the ??? with your data!
[desc]:
_ _How do I enable custom fields …..?
I have gone into Core Form Admin / Email Options/ and ticked
But this doesn't seem to make a difference.
I have also spotted the following code in lib_validate:
$custom_names = ($cformsSettings['form'.$no]['cforms'.$no.'_customnames']=='1')?true:false;
echo "Field Name := ".$field_name;
if ( $custom_names ){
echo " Cutom Field Name := ".$field_name;
..but cannot seem to find a way of getting it to execute within the loop. Can anybody please Help!!!
Jas