OK, I'll call it a feature request -- right now, forms are listed by weight, and then by FFID, which leads to some strange actions, as you can't predict what order fields will sort in if they are the same weight.

I added sorting by title on line 68:
$result = db_query("SELECT * FROM {form_fields} WHERE fid=%d ORDER BY weight ASC, title ASC", $form->fid);

And there was much joy in the land as we can now predict that form fields will display alphabetically.

Comments

walkah’s picture

Status: Needs review » Fixed

fixed.

Anonymous’s picture

Status: Fixed » Closed (fixed)