| Server IP : 3.96.16.70 / Your IP : 216.73.216.15 Web Server : Apache System : Linux ip-172-31-26-103.ca-central-1.compute.internal 6.1.163-186.299.amzn2023.x86_64 #1 SMP PREEMPT_DYNAMIC Tue Feb 24 16:35:42 UTC 2026 x86_64 User : ec2-user ( 1000) PHP Version : 8.4.18 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : OFF Directory : /var/www/html/rbcvm.ca/trevorpeter-xvend/web/view/ |
Upload File : |
<?php include ('include/top.php'); ?>
<script>
var skill_answer = <?php echo $cfg['skill_testing_answer']; ?>;
</script>
<div id="page-content">
<form id="information_form" method="post" novalidate="novalidate" class="<?php echo $form_css; ?>">
<h2><span class="default"><b>Welcome!</b><br>To get started, please enter<br class="mobile"> your name.</span><span class="error">Please complete the fields to continue.</span></h2>
<div class="input full">
<label class="mand"><?php echo($lang["reg_form_firstname"]); ?></label>
<input type="text" id="firstname" name="firstname" value="" autocomplete="off">
<span class="error"><label id="firstname-error" class="error" for="firstname"></label></span>
</div>
<div class="input full">
<label class="mand"><?php echo($lang["reg_form_lastinitial"]); ?></label>
<input type="text" id="lastinitial" name="lastinitial" value="" maxlength="1" autocomplete="off">
<span class="error"><label id="firstname-error" class="error" for="firstname"></label></span>
</div>
<div class="input full" style="display: none;">
<div class="fake-checkbox"></div>
<input class="checkbox" type="checkbox" id="artist" name="artist">
<label class="checkbox" for="artist"><?php echo($lang['optin']); ?></a></label>
</div>
<div class="input full">
<div class="fake-checkbox"></div>
<input class="checkbox" type="checkbox" id="rules" name="rules">
<label class="checkbox"><?php echo($lang['rules']); ?></a></label>
<span class="error"><label id="rules-error" class="error" for="rules"></label></span>
</div>
<div class="input full">
<div class="fake-checkbox"></div>
<input class="checkbox" type="checkbox" id="waiver" name="waiver">
<label class="checkbox"><?php echo($lang['waiver']); ?></a></label>
<span class="error"><label id="waiver-error" class="error" for="waiver"></label></span>
</div>
<div class="input full check skill">
<label for="skill_testing">Skill testing question: <?php echo $cfg['skill_testing_question']; ?></label>
<input type="skill" id="skill_testing" autocomplete="off" name="skill_testing" value="">
<span class="error"><label id="skill_testing-error" class="error" for="skill_testing"></label></span>
</div>
<label class="mand"><?php echo($lang["reg_form_signature"]); ?></label>
<canvas id="cvsSignature"></canvas>
<p class="small" id="clearSig">Clear signature</p>
<!-- <span class="error"><label id="signature-error" class="error">Please Sign Above</label></span> -->
<div id="submit" class="button"><?php echo($lang['reg_form_submit']); ?></div>
<div id="fake-submit" class="button"><?php echo($lang['reg_form_submit']); ?></div>
</form>
<div id="qr_page" class="<?php echo $qr_css; ?> center">
<h2>Scan this code on the machine reader to begin.</h2>
<div class="center">
<img class="qr_code" src="<?php echo ($qr_css == 'show') ? $_SESSION['qrCode'] : ''; ?>" />
</div>
<!--
<a href="https://rbc.com/emergingartistshub" target="_blank">https://rbc.com/emergingartistshub</a>
<h3>Tip: Take a screenshot to save the code to your phone</h3> -->
<div class="button next-user">Register Next User</div>
<div id="learn"><img src="view/images/banner.png" /></div>
<!--
<div id="learn">RBC Emerging Artists is committed to supporting Canada's community of emerging artists with FREE music education, tools, and services on SoundsUnite. To upgrade your account, use RBCXMUSIC.<br><a href="https://bit.ly/soundsunite" target="_blank">Learn more - https://bit.ly/soundsunite</a>.
</div>
-->
</div>
<p class="legal"><span><a href="https://www.rbc.com/privacysecurity/ca/index.html" target="_blank">Privacy & Security</a></span></p>
</div>
<div class="lightbox-container">
<?php include("include/rules.php"); ?>
<?php include("include/release.php"); ?>
</div>
<?php include ('include/bottom.php'); ?>