• 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?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter kristhapa

    (@kristhapa)

    Solved it.

    We need to delete or comment line 602 from lib_aux.php

    //unset($cfdata);

    Plugin Contributor olivers

    (@olivers)

    this will be fixed properly in v11.6, out soon. among other jQuery related incompatibilities.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Issue with form tracking sorting display :: get_cforms_entries’ is closed to new replies.