Hello,
I want to add Email explanation text in registration form, same way Username and Password have.
I want to give particular instruction on adding email address.
Code: Select all
<dt><label for="email">{L_EMAIL_ADDRESS}{L_COLON}</label></dt>
Code: Select all
<dt><label for="email">{L_EMAIL_ADDRESS}{L_COLON}</label><br /><span>{L_EMAIL_EXPLAIN}</span></dt>
Code: Select all
'EMAIL_BANNED_EMAIL' => 'The email address you entered is not allowed to be used.',
Code: Select all
'EMAIL_EXPLAIN' => 'Your Email explination.',