I am using the latest CFORM plugin and am having an issue with ordering a form I am tracking.
My code is:
$array = get_cforms_entries('my form name',false,false,'id',15,'desc');
The form post is not ordering in desc, it is displaying in random.
Anyone know what is going on?