-
Multi page form
Hi ,
I am looking for a good template to have a form across multiple pages, Can any one let me know where I could find such a form.
thanks
-
-
Using Javascript for this is a very bad idea: it relies both on Javascript and cookies, and many users will not have one (or both). If this is entirely OPTIONAL, then perhaps it may work.
It would also be difficult to program.
You could, however, use PHP to process many forms and in the end do something with all the data. Serverside languages (including PHP and others) are designed to deal with forms and form processing: Javascript isn't.
To really understand the situation, can you explain your goals and why you want multiple pages?
One way to do this would be to use Javascript to have "pagination" of what is really just a single page, but displays one part at a time. Once the entire set of "pages" is complete, the form will actually submit. That might work best, and it would work in non-JS browsers just by displaying it all at the same time.
Daniel -
Freelance Web Design | <?php?> | <html>| español | Deutsch | italiano | português | català | un peu de français | some knowledge of several other languages: I can sometimes help translate here on DD | Linguistics Forum
-
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
Bookmarks