[eluser]ShoeLace1291[/eluser]
I have a problem with my forms. I'm making an admin panel that has a form on one page. In the first form, all the user does is enter the number of rows he would like to insert in the next form. So, if a user enters the number 5 in the first form, the next form will loop through 5 different form arrays.
The forms are in the same controller, but in different functions. The problem is that when the user enters the number and submits the form, it takes it to the appropriate page, however, the validation errors are already displayed.
Any ideas?