Closed (fixed)
Project:
Form Block
Version:
6.x-1.x-dev
Component:
Miscellaneous
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
27 Aug 2008 at 18:34 UTC
Updated:
5 Sep 2010 at 05:30 UTC
Sorry I once posted on the wrong issue, here http://drupal.org/comment/edit/979466.
I have a problem when trying to merge user registration form into my user-login.tpl page, either through a block administration or embedding directly into it. They did both appear in the page. But when I log in as usual, after hitting the submit button, I always have a message, like Username field is required, E-mail address field is required which all belong to user_register form. It seems that user-login.tpl conflicts with the registration formblock submit button. Am I doing wrong?
Thanks
Comments
Comment #1
mikey_p commentedYes, if you display the same form on the page twice, it may cause issues if they have the same $form_id. I'd suggest trying to rename the $form_id on the form you are adding with the template file.
Comment #2
mikey_p commented