You should give your form fields a useful name like "location_title" or something instead of "select58"
You're also supposed to provide TWO fields, not three.
Thank you very much for the reply. I really appreciate your time and attention. I removed the extra field provided (published) and still - no sorting. I just need to order these alphabetically by title.
What do we type in where it says order fields? We have tried only the column name for that table, which is "title". We have tried the tablename.title, we have tried our dataset Location.title nothing works. Most of them break the form.
You need to include the direction too.
title/asc or title/desc
Sorry forgot dropdowns are automatically sorted by key. Dunno where in the code it makes it like that soz