When I export to PDF in the back end, the fields appear in alphabetical order. I need them to appear in the same order as the form itself. How do I do that?
For technical reasons, it is not possible to have the fields appear in the same order as your form. This is due to the fact that the same export function is used for ALL forms stored on your system. As a result, there is no other way to handle this than by having them ordered alphabectially.
You might be able to find an Excel macro on the web that could help you with re-ordering the fields on demand.