how to split long symfony form in multiple pages?
问题 I want to create a form for an entity which has a many attributes. To ensure the ease of data entry, I want to split that form in multiple pages (for example 2 or 3 pages). Let's take the ad entity example: In page 1, the user will enter the ad text In page 2, the user will enter his contact In page 3, the user will provide the (X,Y) position of the ad This split will require saving the available data (inserting in the database) in the 1st page before moving to the next page. Unfortunately,