form inputs undefined
Moderator: General Moderators
-
scarface222
- Forum Contributor
- Posts: 354
- Joined: Thu Mar 26, 2009 8:16 pm
form inputs undefined
Hey guys I have a weird problem I have not encountered before, and was wondering if anyone could give me any insight. I have a form that stretches across a page. I want one side of the form on the left, and the other on the right. The form starts off with 5 or so inputs and the submit button to go on the right, then the rest is on the left. When I try to separate the form with a div it works when I separate one half to the left, but then I try to separate the right half by encapsulating it in a div and all of a sudden some inputs are undefined. Has any had this problem? Any idea what could be causing it?
-
scarface222
- Forum Contributor
- Posts: 354
- Joined: Thu Mar 26, 2009 8:16 pm
Re: form inputs undefined
I figured it out, I put the first div before the <form> opening tag, not really sure why that made a difference when I put it after, but it works. Divs don.t move contents' order so I don't get it. If anyone can briefly explain to me, I would appreciate it.