This really depends on what server-side language you're using to process the
form and how it handles form input.

For example, in PHP you can use its array syntax to group multiple fields
into logical groups (or allow a single field to have multiple values). For
more info, check this FAQ entry in the PHP manual:

http://www.php.net/manual/en/faq.html.php#faq.html.arrays

On Dec 15, 2007 5:05 PM, Alexandre Plennevaux <[EMAIL PROTECTED]> wrote:

> hello!
>
> this is slightly off topic as it is more a javascript/html question than
> just jquery, but it will be implemented in jquery so i thought you guys
> could be bothered with this :)
>
> in short: i have a form where i ask "how many weeks"  via a text input,
> that the user must reply with the relevant number.
>
> Now, i need to embed a dynamically display a small form for each week. So
> if user says "4" weeks, i need four times a small questionnaire asking 3
> questions to describe that week, where one question asks "how many groups in
> that week". Again, for each group i need to let the user describe it in
> another duplicated questionnaire.
>
> My question is: since this week info is duplicated, what should my html
> markup look like so that the submited form reflects this structure ?
>
>
> Thanks a lot for your advises,
>
> --
> Alexandre Plennevaux
> LAb[au]
>
> http://www.lab-au.com




-- 
Aaron Heimlich
Web Developer
[EMAIL PROTECTED]
http://aheimlich.freepgs.com

Reply via email to