Question:
When initializing a formset, each of the forms in the set are displayed before the order 1 form gets focus. Is there a way to suppress displaying these other forms?
Answer:
You can set the Visible property to .F. for every form except form 1. When you run the formset, only form 1 will be visible.