Forum Moderators: open
i wanted to spit the form seperate forms
so you ahve a radio button and depending on what option you choose
one.html two.html three.html or four.html is added into the div that works fine however if those sub pages contain a form then the subpages input values are not submitted
(i really dont want to have all the information on the page and just use js and css to hide and display the infomation if possible)
if anyone has any advice please let me know
thanks
Dom
..
<form>
<!-- start of dynamically loaded content -->
<html><body>
<form>
<input type="text" name="foo">
</form>
</body></html>
<!-- end of dynamically loaded content -->
<input type="submit">
</form>
..