hi all,
I am in a situation where I need a form inside another.
The nested form asks the user to scan their file,takes the posted file and sends it to a web url.The parent form submits the user input plus the scanned file.
Given that html does not allow nested forms,is it possible to turn the action value in the nested form into a link?
[code=html]
<form name="name" action=http://www.somedomain. com/ method=post
target=some_pop _up_window encType=multipa rt/form-data>[/code]
I am in a situation where I need a form inside another.
The nested form asks the user to scan their file,takes the posted file and sends it to a web url.The parent form submits the user input plus the scanned file.
Given that html does not allow nested forms,is it possible to turn the action value in the nested form into a link?
[code=html]
<form name="name" action=http://www.somedomain. com/ method=post
target=some_pop _up_window encType=multipa rt/form-data>[/code]
Comment