nested forms?
nested forms?
Out of context: Reply #1
- Started
- Last post
- 2 Responses
- gabriel_pc0
you'll have to use javascript to accomplish this. technically you can't have a form nested within another form. If you need different fields within the same form submit to different pages I would recommend creating a second form consisting of hidden fields and then use javascript to populate it depending on what the user does.