I have a client who wants me to make a few corrections - some large some small - on their website. One of the small jobs, or so I thought, was to clean up a combined registration/login page, which now has two forms, the login form above the registration form.
Now, the client has made a very specific direction on how he wants the page (which is built up with a table layout, which I'm hesitant to touch at this point), very much like this:
But, since there's a couple of check boxes from the registration form at the bottom of the page, I then have to nest the login form within the registration form, and - as far as I know - that will not work as intended, and the test I've done seem to confirm this...
So, questions (if answer is 'no', move on to next question
):
- Is there a way to make "nested" forms, at all?
- Any bright ideas on (simple) workarounds?
- Any ideas on workarounds, possible involving divs instead of the (outer) table?
- Or is the best way just to move the frelling login form or check-boxes?
This conundrum is forcing me to get a third cup of coffee this morning, and I usually stop at two, even after an allnighter...
Now, the client has made a very specific direction on how he wants the page (which is built up with a table layout, which I'm hesitant to touch at this point), very much like this:
Code:
---------------------
| Registration form |
| ... |
| ----------|
| | login ||
| | form ||
| | ... ||
| ----------|
| o lorem ipsum |
---------------------
So, questions (if answer is 'no', move on to next question
- Is there a way to make "nested" forms, at all?
- Any bright ideas on (simple) workarounds?
- Any ideas on workarounds, possible involving divs instead of the (outer) table?
- Or is the best way just to move the frelling login form or check-boxes?
This conundrum is forcing me to get a third cup of coffee this morning, and I usually stop at two, even after an allnighter...