PATH:
home
/
lab2454c
/
caimegroup.com
/
wp-content
/
themes
/
hello-theme-child-master
/
myaccount
<div class="ur-frontend-form login" id="ur-frontend-form"> <form class="user-registration-KyotoUnitForm edit-profile" action="" method="post" enctype="multipart/form-data"> <div class="ur-form-row"> <div class="ur-form-grid"> <?php printf(wp_kses_post( __("<a href='%s' class='btn__add__kyoto__unit'>Back To List</a>", 'hello-elementor-child')),esc_url(site_url().'/my-account/kyoto-unit/'));?> <fieldset> <legend><?php esc_html_e( 'Sell Your Unit', 'hello-elementor-child' ); ?></legend> <?php if(!empty($errors)):?> <ul class="user-registration-error kyoto-unit-store-error"> <?php foreach($errors as $error):?> <li><?php echo $error;?></li> <?php endforeach;?> </ul> <?php endif;?> <p class="user-registration-form-row user-registration-form-row--wide form-row form-row-wide"> <label for="credit_remaining"><?php esc_html_e( 'Select Your Sector', 'hello-elementor-child' ); ?></label> <span class="password-input-group"> <select name="sector" class="user-registration-Input input-text"> <?php if(!empty($sectors)): foreach ( $sectors as $sector ): echo '<option value="'.$sector->slug.'">'.$sector->name.'</option>'; endforeach; endif; ?> </select> </span> </p> <p class="user-registration-form-row user-registration-form-row--wide form-row form-row-wide"> <label for="credit_remaining"><?php esc_html_e( 'Enter Credits Remaining', 'hello-elementor-child' ); ?></label> <span class="password-input-group"> <input type="number" class="user-registration-Input input-text" name="credit_remaining" id="credit_remaining" required /> </span> </p> <p class="user-registration-form-row user-registration-form-row--wide form-row form-row-wide"> <label for="credit_remaining"><?php esc_html_e( 'KAP Coin Price', 'hello-elementor-child' ); ?></label> <span class="password-input-group"> <input type="text" class="user-registration-Input input-text" id="credit_remaining" value="<?php echo $currency.$constants['unit_price']??'';?>" readonly/> </span> </p> </fieldset> <div class="clear"></div> <p> <?php wp_nonce_field( 'kyoto_unit_save_details' ); ?> <input type="submit" class="user-registration-Button button" name="sell_kyoto_unit" value="<?php esc_attr_e( 'Submit', 'hello-elementor-child' ); ?>" /> <input type="hidden" name="user_action" value="kyoto_unit_submit" /> </p> </div> </div> </form> </div>
[+]
..
[-] kyoto-unit.php
[edit]
[-] sell-kyoto-unit.php
[edit]