Reputation: 1808
I have a products page that needs to have a file upload midway through a form that will run via iframes/ajax through a JQuery Plugin.
However, to do this I need nested forms which obviously is very bad practice and will not validate.
What options do I have to at least make it appear to be the same?
Do I need to use JQuery to seperate the forms somehow? Or will using an iframe fix the issue?
Thanks!?
Upvotes: 1
Views: 1269
Reputation: 19237
If midway you mean visually, then you can have a html where you have ..., then or even ..., and you can position the iframe with css, so it looks like it's in the middle of the form. If this is what you want, and you need more help, we need more details to help :)
Upvotes: 2