%PDF- %PDF-
Direktori : /var/www/pn/wp-content/themes/intosai/templates/forms/ |
Current File : //var/www/pn/wp-content/themes/intosai/templates/forms/sai_project_applyadmin.php |
<div id="changeSAIHolderadmin"> <div id="changesaiContainer"> <form id="changesai_applyadmin" class="form" name="changesai" method="post" action="/smtp_wp_mailer.php?suggest-applyadmin" enctype="multipart/form-data" novalidate="novalidate"> <button type="button" id="closeChangeFormadmin"><i class="fa fa-times-circle"></i></button> <h3>Apply for administrator on this project</h3> <input type="hidden" name="projectname" value="<?php the_title(); ?>"> <input type="hidden" name="projecturl" value="<?= get_permalink(); ?>"> <div class="form_sec half"> <div class="left"> <label for="name">Name<span>*</span></label> <input type="text" class="inputbox" name="name" value="<?= $currUserFirstname.' '.$currUserLastname; ?>" /> </div> <div class="right"> <label for="email">E-mail<span>*</span></label> <input type="email" class="inputbox" name="email" value="<?= $currUserEmail; ?>" /> </div> </div> <div class="form_sec full"> <label for="message">Optional message</label> <textarea name="message" rows="5" cols="50" class="textarea" placeholder="Write your message here..."></textarea> </div> <input type="hidden" name="url" value="<?php echo $_SERVER['REQUEST_URI'];?>"/> <button type="submit" class="submit-btn"> <i class="fa fa-envelope-o"></i> Send request </button> </form> </div> </div>