Arizona Intake Form
Upon submitting this intake form, if you do not receive a confirmation of submission email within 24 hours, please contact Ashely Dickerson (adickerson@youthlaw.org) for Maricopa County, Shane Carr (scarr@youthlaw.org) for Yavapai County, or Jennie Hedges (jhedges@youthlaw.org) for all Pima County and all other counties.
$(document).ready(function() {
$('#00N0a00000BpXG9').on('change.specialisttype', function() {
$("#00N5b00000E6f4h").toggle($(this).val() == 'Other');
}).trigger('change.specialisttype');
});
$(function () {
$('#studentlanguage').hide();
$('#00N7j000001imSy').on('click', function () {
if ($(this).prop('checked')) {
$('#studentlanguage').fadeIn();
} else {
$('#studentlanguage').hide();
}
});
});