I am using html file with php How many forms can be used in 1 html file
Madhu
Quadrille
11:17 am on Aug 24, 2007 (gmt 0)
I don't think there's a numerical limit; no reason I know why 20 forms won't work as well as one.
But just two forms could be a disaster if the functionality isn't right.
Be safe by minimizing duplication of parameters and testing thoroughly on different browsers.
phranque
11:31 pm on Aug 24, 2007 (gmt 0)
duplication of parameters within a form will cause multivalued (array reference) results. duplication of parameters among forms within a document are not a problem - i do it all the time. i have also created documents with hundreds of forms without a problem.
tim222
11:38 pm on Aug 24, 2007 (gmt 0)
Fun tricks you can play on your website visitors:
i have also created documents with hundreds of forms without a problem.
"Choose the appropriate form below"
Quadrille
11:43 pm on Aug 24, 2007 (gmt 0)
I've created pages with several forms, many times - but once I had a terrible snarlup with just two forms on one page - both were supplied by third parties, and neither wanted to change a line.