Hi,
This is a really nice module. I would like to customize the html for the form by theming it. I have noticed that you are rendering the form directly without calling drupal_get_form(). I guess the theme hooks typically supported for forms may not work. is there a way to theme the fancy login form?
Thanks
Comments
Comment #1
jaypanI'm not calling drupal_get_form() because I ran into a bug whereby any errors in login weren't being rendered until the second page after the error. I looked around on Drupal.org and found other people had had the same problem, but no one had come up with any solutions for the matter. So I had to switch methods by rendering the form directly.
As such, I would say no, it's not possible in the module's current form to be able to theme the HTML for the form. Maybe someday in a future release, but that will have to wait until I have some more time to look at the problem, which won't be for a few months at least. My apologies.
If you can play with it and come up with a solution to the problem I was having, I would be more than happy to test it out and implement it.
Comment #2
jaypanComment #3
greylogic commentedThanks for the explanation. I am using this module in my dev site. will play around a bit and post if i come up with some solution.