Hi guys,
Something I need to know : what is the maximum number of form elements that I should allow in a single document with multiple forms?
I'm asking this because I'm creating a CMS interface that uses css/javascript-driven tabs. Basically, a single html document contains several pages, each one enclosed in a div tag. All the divs are on "hidden" state, with the exception of the current page, of course. I did this because I wanted to avoid numerous page loads and AJAX programming.
My bet is that the number of form fields is only limited by the memory of the computer. Or am I wrong?
Thanks for the help!
Something I need to know : what is the maximum number of form elements that I should allow in a single document with multiple forms?
I'm asking this because I'm creating a CMS interface that uses css/javascript-driven tabs. Basically, a single html document contains several pages, each one enclosed in a div tag. All the divs are on "hidden" state, with the exception of the current page, of course. I did this because I wanted to avoid numerous page loads and AJAX programming.
My bet is that the number of form fields is only limited by the memory of the computer. Or am I wrong?
Thanks for the help!
