Suzy Fynes <[EMAIL PROTECTED]> wrote:
nested forms

What is it that you're trying to achieve?

If you have some inputs you want to appear in several forms the two simplest solutions would be 1> to have multiple forms and add javascript to copy values from one into hidden fields in the other just before submission, or 2> to add them all into a single form and either adjust the submission page with javascript before submission or put logic in the action to recognize which submission button was pressed and do the right thing.

-Dale

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to