2
           
            
                
     
    
    I did the same kind of thing on my site for the user registration page. In this page: /include/registerform.php @ line 39 I added this:
Quote:
$email_tray = new XoopsFormElementTray(_US_EMAIL, "
IMPORTANT: Please use a valid e-mail address. You will receive an automatic e-mail response to this address containing your account activation code.
");
I added this blurb:
IMPORTANT: Please use a valid e-mail address. You will receive an automatic e-mail response 
to this address containing your account activation code.
you can see it on my site 
hereHope this helps. 
 
 -Builderb