May 31, 200124 yr I would like to sort by two fields on the web from my FMPro db. Does anyone now how to accomplish this? I know to sort by one field to put <input type="hidden" name="-SortField" value="fieldname">. Now I would like to add a second sort...
May 31, 200124 yr From CDML database: Specify sort field using a form action <form action="FMPro" method="post"> <input type="hidden" name="-DB" value="contacts.fp5"> <input type="hidden" name="-Format" value="format.html"> <input type="hidden" name="-SortField" value="Last Name"> <input type="hidden" name="-SortField" value="First Name"> <input type="submit" name="-FindAll" value="Sort by First Name"> </form>
Create an account or sign in to comment