Come together with the global Drupal community in Rotterdam, 28 Sept – 1 Oct 2026. Sessions, contribution, connection, and Early Bird savings until 8 June.
If I change to user_login the form stops functioning however the rememeber me does not appear. What is the PHP code that will add the function manually.
Comments
Comment #1
nickl commentedIf the form ids are 'user_login' or 'user_login_block' it will be added for you.
Comment #2
interestingaftermath commentedI have changed my login form id to both of the suggested names and the Remember Me option does not appear.
Comment #3
pbrough commentedI am also having a similar problem with the remember_me function. The code for the the form is:
<form id="user-login" action="user?<?php print drupal_get_destination() ?>" method="post">If I change to user_login the form stops functioning however the rememeber me does not appear. What is the PHP code that will add the function manually.
Comment #4
nickl commentedI need more information, please attach the block code you are having problems with here.
Comment #5
nickl commentedUser login block is already available and working.
I can't see what else I can do for you guys.
This has been passive for 2 months, I'm closing the request.
Feel free to open it again or make a new request.
Providing code examples of the problem would help me assist you better.