I am trying to work around the issue where you can’t have a form within a form using current cross browser compatible html. My possible workaround would be to have a div (with the contents of another form) outside of the form block and then use css to position it within the form. Is there an elegant way to go about this?
Share
Use absolute positioning on the form elements in the second form.