@section('page_title') OSAA - Register @stop @section('page_sub_title') OSAA Account Registration @stop @section('scripts') @parent @stop @section('jquery_init') /* Once a role is selected, check to see if an activity can be selected or not */ $('#role').change (function updateRole () { var role_slug = $(this).find(":selected").val(); var no_act = ['Prin.', 'Asst. Prin.', 'AD', 'Asst. AD', 'Act. Dir.', 'Asst. Act. Dir.', 'Ath. Sec.', 'Act. Sec.', 'AT', 'Doc.', 'Contact', 'Book']; if ($.inArray(role_slug, no_act) < 0) { $("#activity").removeAttr('disabled'); } else { $('#activity').attr('disabled', 'disabled'); } }); $('#key').change(function () { if ($(this).val() == '') { $('#no_key').removeAttr('disabled'); } else { $('#no_key').attr('disabled', 'disabled'); } }); @stop @section('page_functions') @stop @section('main_content')
Please fill in the following fields in order to setup your account.