default sort order

R

Ross James

Guest
why is it that no one will answer the issue of a default sort order
it is most exasperating - such a good program with something major missing or not documented...
 
K

Kristen

Guest
I was playing around with this, trying to get it to work, and I think this does it:

on form.php set the variable order to the field you want it to order by. In my case I did:

$order = "lastname";

I put it right before the switch statement in form.php that starts like:
switch($function){

If you put it at the beginning of the file it doesn't work, so be sure to put it right above the switch statement.

I am not a programmer or anything, so if this doesn't work I'm sorry!

Kristen
 
Top