Click to See Complete Forum and Search --> : Forms


theuedimaster
01-23-2005, 09:49 AM
Can forms literally stop and pick up at other places? Meaning, I have a <div> with form a. I end it with </form> in the <div>. Then, in another div, I restart form a, and end it with a submit button. Would that work?

96turnerri
01-23-2005, 10:51 AM
no it will not

DaiWelsh
01-24-2005, 11:55 AM
No, but put the form around both the divs and you should be fine

<form>
<div>
blah
</div>
<div>
blah
</div>
</form>