How to nest a form within a form?
Hello there, I'm not sure this is the right place for this question, but what is the appropriate syntax to have a form nested within a form? I know that '#type' should be 'form' ... but what about the other attributes? Would anyone send me an example? Thanks in advance, .L.
Putting a form inside another form is invalid HTML and therefore not recommended. 2006/8/25, Leo Burd <leob@media.mit.edu>:
Hello there,
I'm not sure this is the right place for this question, but what is the appropriate syntax to have a form nested within a form? I know that '#type' should be 'form' ... but what about the other attributes? Would anyone send me an example?
Thanks in advance,
.L.
Just use HEAD, pull the form and use that as a subtree. No need for illegal <form><form>...
participants (3)
-
karoly@negyesi.net -
Konstantin Käfer -
Leo Burd