I have two forms, each with their own actions. Then I have a page which is supposed to embed these two forms in a single page.
Is it possible to embed/include other actions in an action?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I’m not sure what are you asking. If you want to include a form inside another form, HTML does not allow. You can pick a javascript based solution to simulate a embeded form or you can make the forms sibling and use absolute position to make it appear one inside another.
If you just want to add two templates in the same page, you can do that making them tags or using the render tag.