Hi all, if someone can help me, instead of checkbox i want the user to click on the Forgot the Password link. its only a line of code which i cant figure out:)
$group[]=$form->addElement(‘advcheckbox’, ‘resetPassword’, ‘’, ‘Forgot the Password?’,
array(‘class’=>‘text’), array(false,true));…
if(isset($_POST[‘resetPassword’]) && $_POST[‘resetPassword’]==1) {
$userExistsQuery=‘select name from evtb_users where handle=?’;…