On my site, in header, I have a search box ... as this is usually only form on page, we trap the enter key and make it hit the search icon.
Now, everyone will tell me you can't have a form with in a form on DNN.
But on my login page, if you enter username, password in IE, and hit enter, you are logged in and taken to your profile page.
However, if you do the same thing in Firefox, it doen't work - you are not logged in but taken to the search page.
Is there anyway to make Firefox behave the same way as IE? Personally, don't use Firefox as it's slow and cumbersome compared to IE but have some users who do.
Will, how did you get this form within a form to work in IE? Can we do same for FF?
I suppose I could rewrite DNN template not to have a search form on sign up page.