%PDF- %PDF-
Direktori : /var/www/pn/beta/64801_wp-content/themes/intosai/templates/forms/ |
Current File : /var/www/pn/beta/64801_wp-content/themes/intosai/templates/forms/user_settings.php |
<form id="updateuser" class="form" name="updateuser" method="post" action="<?php bloginfo('template_url') ?>/lib/user_functions/user_settings.php?uppdate_info" novalidate="novalidate"> <div class="form_sec full"> <label for="org">Organization<span>*</span></label> <input type="text" class="inputbox" name="org" value="<?php the_field('organization', 'user_'.$userID); ?>" /> </div> <div class="form_sec half"> <div class="left"> <label for="firstname">First Name<span>*</span></label> <input type="text" class="inputbox" name="firstname" value="<?= $currentUser->user_firstname; ?>" /> </div> <div class="right"> <label for="lastname">Last Name<span>*</span></label> <input type="text" class="inputbox" name="lastname" value="<?= $currentUser->user_lastname ; ?>" /> </div> </div> <div class="form_sec half"> <div class="left"> <label for="email">E-mail Address<span>*</span></label> <input type="email" class="inputbox" name="email" value="<?= $currentUser->user_email; ?>" /> </div> <div class="right"> <label for="telephone">Telephone</label> <input type="tel" class="inputbox" name="telephone" value="<?php the_field('telephone', 'user_'.$userID); ?>" /> <span class="instructions"> Please include country code </span> </div> </div> <div class="form_sec half"> <div class="left"> <label for="position">Position</label> <input type="text" class="inputbox" name="position" value="<?php the_field('position', 'user_'.$userID); ?>" /> </div> <div class="right"> <label for="department">Department</label> <input type="text" class="inputbox" name="department" value="<?php the_field('department', 'user_'.$userID); ?>" /> </div> </div> <input type="hidden" name="url" value="<?php echo $_SERVER['REQUEST_URI'];?>"/> <div class="form_instructions"> <span class="req">*</span> Indicates a required field </div> <button type="submit" class="submit-btn"> Update user info </button> </form> <div class="centered_title"> <h2>New password</h2> </div> <form id="userpass" class="form" name="userpass" method="post" action="<?php bloginfo('template_url') ?>/lib/user_functions/user_settings.php?reset_pw" novalidate="novalidate"> <div class="form_sec half"> <div class="left"> <label for="newPW">New password<span>*</span></label> <input type="password" class="inputbox" name="newPW" id="newpassword" /> <span class="instructions"> min. 5 characters </span> </div> <div class="right"> <label for="retypePW">Re-type password<span>*</span></label> <input type="password" class="inputbox" name="retypePW" /> <span class="instructions"> min. 5 characters </span> </div> </div> <div class="form_instructions"> <strong>NOTE!</strong> Changing your password will make you automatically loged out.<br /> <span class="req">*</span> Indicates a required field </div> <button type="submit" class="submit-btn"> Change password </button> </form>