The form is a commonly used asset
in Modern Campus CMS. There are two options for collecting form submissions: email or database.
When a Modern Campus CMS email form is submitted an email is sent to a designated email account with the form field values provided within the body of the email. Omni CMS Live Delivery Platform (LDP) module provides the functionality behind our forms.
- Handle: @mc-email-rfi
- Preview:
- Filesystem Path: src/components/06-forms/modern-campus/04-samples/mc-email-rfi/mc-email-rfi.hbs
- References (10): @mc-fieldset, @input--mc_text, @mc-dropdown--state, @input--mc_date, @mc-dropdown, @radio-mc-group, @checkbox-mc-group, @mc-dropdown--standard, @instructional-text, @mc-captcha
<main class="grid_twothirds ContentColumn grid_col" id="ContentColumn">
<div class="grid_whole grid_col">
<h1 class="page-title">Sample form: Request Information</h1>
<p>To request information, please complete and submit the following form. You may also request information by contacting the Admissions Office at<span> </span><a href="mailto:info@missouristate.edu">info@missouristate.edu</a><span> </span>or call 800-492-7900 or 417-836-5517.</p>
</div>
<br>
<div class="ou-form">
<div id="status_f73c809b-3fe6-4aad-b5f9-189ea693815d">
</div>
<ou-form method="post" autocomplete="off" data-ou-form-error="Your%20form%20has%20failed%20to%20be%20submitted.%20Please%20contact%20Web%20Strategy%20and%20Development.">
<div class="ou-ldp-form-element">
<fieldset id=id_student_info class="input group">
<legend class="control-label">Student Information</legend>
<div id="div_first_name" class="form-group">
<label class="control-label" for="id_first_name">First name
<span class="required" title="required">*</span>
</label>
<input required type="" name="First name" id="id_first_name" placeholder class="form-control">
</div>
<div id="div_last_name" class="form-group">
<label class="control-label" for="id_last_name">Last name
<span class="required" title="required">*</span>
</label>
<input required type="" name="Last name" id="id_last_name" placeholder class="form-control">
</div>
<div id="div_street" class="form-group">
<label class="control-label" for="id_street">Street
<span class="required" title="required">*</span>
</label>
<input required type="" name="Street" id="id_street" placeholder class="form-control">
</div>
<div id="div_city" class="form-group">
<label class="control-label" for="id_city">City
<span class="required" title="required">*</span>
</label>
<input required type="" name="City" id="id_city" placeholder class="form-control">
</div>
<div class="ou-form">
<div id="div_state" class="form-group">
<label class="control-label" for="id_state">State
<span class="required" title="required">*</span>
</label> <select id="id_state" name="state" class="form-control" required aria-required="true">
<option value="" selected>Please select</option>
<option value="AL">Alabama</option>
<option value="AK">Alaska</option>
<option value="AS">American Samoa</option>
<option value="AZ">Arizona</option>
<option value="AR">Arkansas</option>
<option value="CA">California</option>
<option value="CO">Colorado</option>
<option value="CT">Connecticut</option>
<option value="DE">Delaware</option>
<option value="DC">District of Columbia</option>
<option value="FM">Fed St of Micronesia</option>
<option value="FL">Florida</option>
<option value="GA">Georgia</option>
<option value="GU">Guam</option>
<option value="HI">Hawaii</option>
<option value="ID">Idaho</option>
<option value="IL">Illinois</option>
<option value="IN">Indiana</option>
<option value="IA">Iowa</option>
<option value="KS">Kansas</option>
<option value="KY">Kentucky</option>
<option value="LA">Louisiana</option>
<option value="ME">Maine</option>
<option value="MH">Marshall Islands</option>
<option value="MD">Maryland</option>
<option value="MA">Massachusetts</option>
<option value="MI">Michigan</option>
<option value="MN">Minnesota</option>
<option value="MS">Mississippi</option>
<option value="MO">Missouri</option>
<option value="MT">Montana</option>
<option value="NE">Nebraska</option>
<option value="NV">Nevada</option>
<option value="NH">New Hampshire</option>
<option value="NJ">New Jersey</option>
<option value="NM">New Mexico</option>
<option value="NY">New York</option>
<option value="NC">North Carolina</option>
<option value="ND">North Dakota</option>
<option value="MP">No Mariana Islands</option>
<option value="OH">Ohio</option>
<option value="OK">Oklahoma</option>
<option value="OR">Oregon</option>
<option value="PW">Palau</option>
<option value="PA">Pennsylvania</option>
<option value="PR">Puerto Rico</option>
<option value="RI">Rhode Island</option>
<option value="SC">South Carolina</option>
<option value="SD">South Dakota</option>
<option value="TN">Tennessee</option>
<option value="TX">Texas</option>
<option value="UT">Utah</option>
<option value="VT">Vermont</option>
<option value="VI">Virgin Islands</option>
<option value="VA">Virginia</option>
<option value="WA">Washington</option>
<option value="WV">West Virginia</option>
<option value="WI">Wisconsin</option>
<option value="WY">Wyoming</option>
<option value="AE">Armed Forces Africa</option>
<option value="AA">Armed Forces Americas</option>
<option value="AE">Armed Forces Canada</option>
<option value="AE">Armed Forces Europe</option>
<option value="AE">Armed Forces Middle East</option>
<option value="AP">Armed Forces Pacific</option>
</select>
<span id="ldp-help-state" class="help-block"></span>
</div>
</div>
<div id="div_zip_code" class="form-group">
<label class="control-label" for="id_zip_code">Zip code
<span class="required" title="required">*</span>
</label>
<input required type="" name="Zip code" id="id_zip_code" placeholder class="form-control">
</div>
<div id="div_cell_phone_number" class="form-group">
<label class="control-label" for="id_cell_phone_number">Cell phone number
<input required type="" name="Cell phone number" id="id_cell_phone_number" placeholder class="form-control">
</div>
<div id="div_your_email_address" class="form-group">
<label class="control-label" for="id_your_email_address">Your email address
<span class="required" title="required">*</span>
</label>
<input required type="" name="Your email address" id="id_your_email_address" placeholder class="form-control">
</div>
<div id="div_parent_or_guardian_email_address" class="form-group">
<label class="control-label" for="id_parent_or_guardian_email_address">Parent or guardian email address
<input required type="" name="Parent or guardian email address" id="id_parent_or_guardian_email_address" placeholder class="form-control">
</div>
<div id="div_date_of_birth" class="form-group">
<label class="control-label" for="id_date_of_birth">Date of birth
<span class="required" title="required">*</span>
</label>
<input required type="date_input" name="Date of birth" id="id_date_of_birth" placeholder class="form-control">
</div>
<div class="ou-form">
<div id="div_academicInterest" class="form-group">
<label class="control-label" for="id_academicInterest">Major or academic interest
</label> <select id="id_academicInterest" name="academicInterest" class="form-control" aria-describedby="description">
<option value="" selected>Please select</option>
<option value="Accounting">Accounting</option>
<option value="Agriculture">Agriculture</option>
<option value="Animal Science">Animal Science</option>
<option value="Anthropology">Anthropology</option>
<option value="Art and design">Art and design</option>
<option value="Astronomy">Astronomy</option>
</select>
<span id="ldp-help-academicInterest" class="help-block">Select your primary academic interest.</span>
</div>
</div>
</fieldset>
<div class="ou-form">
<div class="ou-ldp-form-element">
<div id="div_hispanicLatino" class="form-group">
<fieldset id=id_hispanicLatino class="input group">
<legend class="control-label">Hispanic/Latino</legend>
<div class="ou-form">
<div class="radio">
<label>
<input type="radio" name="radio-mc-group" title="Yes" value="Yes">Yes
</label>
</div>
</div>
<div class="ou-form">
<div class="radio">
<label>
<input type="radio" name="radio-mc-group" title="No" value="No">No
</label>
</div>
</div>
</fieldset>
</div>
</div>
</div>
<div class="ou-form">
<div class="ou-ldp-form-element">
<div id="div_race" class="form-group">
<fieldset id=id_race class="input group">
<legend class="control-label">Race</legend>
<div class="ou-form">
<div class="checkbox">
<form class="form">
<label>
<input type="checkbox" name="" title="American Indian or Alaska Native" value="American Indian or Alaska Native">American Indian or Alaska Native
</label>
</form>
</div>
</div>
<div class="ou-form">
<div class="checkbox">
<form class="form">
<label>
<input type="checkbox" name="checkbox_mc_group" title="Asian" value="Asian">Asian
</label>
</form>
</div>
</div>
<div class="ou-form">
<div class="checkbox">
<form class="form">
<label>
<input type="checkbox" name="checkbox-mc-group" title="Black or African American" value="Black or African American">Black or African American
</label>
</form>
</div>
</div>
<div class="ou-form">
<div class="checkbox">
<form class="form">
<label>
<input type="checkbox" name="checkbox-mc-group" title="Native Hawaiian or Other Pacific Islander" value="Native Hawaiian or Other Pacific Islander">Native Hawaiian or Other Pacific Islander
</label>
</form>
</div>
</div>
<div class="ou-form">
<div class="checkbox">
<form class="form">
<label>
<input type="checkbox" name="checkbox-mc-group" title="White" value="White">White
</label>
</form>
</div>
</div> <span id="ldp-help-race" class="help-block">Check all that apply.</span>
</fieldset>
</div>
</div>
</div>
<div class="ou-form">
<div class="ou-ldp-form-element">
<div id="div_requested_information" class="form-group">
<fieldset id=id_requested_information class="input group">
<legend class="control-label">Requested information</legend>
<div class="ou-form">
<div class="checkbox">
<form class="form">
<label>
<input type="checkbox" name="" title="Army ROTC" value="Army ROTC">Army ROTC
</label>
</form>
</div>
</div>
<div class="ou-form">
<div class="checkbox">
<form class="form">
<label>
<input type="checkbox" name="" title="Athletics/Intramurals" value="Athletics/Intramurals">Athletics/Intramurals
</label>
</form>
</div>
</div>
<div class="ou-form">
<div class="checkbox">
<form class="form">
<label>
<input type="checkbox" name="" title="Bands" value="Bands">Bands
</label>
</form>
</div>
</div>
<div class="ou-form">
<div class="checkbox">
<form class="form">
<label>
<input type="checkbox" name="" title="Choirs" value="Choirs">Choirs
</label>
</form>
</div>
</div>
<div class="ou-form">
<div class="checkbox">
<form class="form">
<label>
<input type="checkbox" name="" title="Cheerleading/spirit squad" value="Cheerleading/spirit squad">Cheerleading/spirit squad
</label>
</form>
</div>
</div>
<div class="ou-form">
<div class="checkbox">
<form class="form">
<label>
<input type="checkbox" name="" title="Disability Resource Center" value="Disability Resource Center">Disability Resource Center
</label>
</form>
</div>
</div>
<div class="ou-form">
<div class="checkbox">
<form class="form">
<label>
<input type="checkbox" name="" title="Financial aid/scholarships" value="Financial aid/scholarships">Financial aid/scholarships
</label>
</form>
</div>
</div>
<div class="ou-form">
<div class="checkbox">
<form class="form">
<label>
<input type="checkbox" name="" title="Honors College" value="Honors College">Honors College
</label>
</form>
</div>
</div>
<div class="ou-form">
<div class="checkbox">
<form class="form">
<label>
<input type="checkbox" name="" title="Master's degree programs" value="Master's degree programs">Master's degree programs
</label>
</form>
</div>
</div>
<div class="ou-form">
<div class="checkbox">
<form class="form">
<label>
<input type="checkbox" name="" title="Multicultural student services" value="Multicultural student services">Multicultural student services
</label>
</form>
</div>
</div>
<div class="ou-form">
<div class="checkbox">
<form class="form">
<label>
<input type="checkbox" name="" title="Services for adult students" value="Services for adult students">Services for adult students
</label>
</form>
</div>
</div>
<div class="ou-form">
<div class="checkbox">
<form class="form">
<label>
<input type="checkbox" name="" title="Student employment" value="Student employment">Student employment
</label>
</form>
</div>
</div>
<div class="ou-form">
<div class="checkbox">
<form class="form">
<label>
<input type="checkbox" name="" title="Student organizations" value="Student organizations">Student organizations
</label>
</form>
</div>
</div>
<div class="ou-form">
<div class="checkbox">
<form class="form">
<label>
<input type="checkbox" name="" title="Study Away Program" value="Study Away Program">Study Away Program
</label>
</form>
</div>
</div>
<div class="ou-form">
<div class="checkbox">
<form class="form">
<label>
<input type="checkbox" name="" title="Veteran Student Services" value="Veteran Student Services">Veteran Student Services
</label>
</form>
</div>
</div> <span id="ldp-help-requested_information" class="help-block">Check any area on which you would like to receive more information.</span>
</fieldset>
</div>
</div>
</div>
<fieldset id=id_academic_information class="input group">
<legend class="control-label">Academic information</legend>
<div class="ou-form">
<div id="div_semesterofEntry" class="form-group">
<label class="control-label" for="id_semesterofEntry">Semester of entry
</label> <select id="id_semesterofEntry" name="semesterofEntry" class="form-control" aria-describedby="description">
<option value="" selected>Please select</option>
<option value="Fall">Fall</option>
<option value="Spring">Spring</option>
<option value="Summer">Summer</option>
</select>
<span id="ldp-help-semesterofEntry" class="help-block">What semester and year do you plan to start classes?</span>
</div>
</div>
<div id="div_yearofEntry" class="form-group">
<label class="control-label" for="id_yearofEntry">Year of Entry
<span class="required" title="required">*</span>
</label>
<input required type="" name="Year of Entry" id="id_yearofEntry" placeholder class="form-control">
<span id="ldp-help-yearofEntry" class="help-block">Use the following format yyyy</span>
</div>
<div class="ou-form">
<div id="div_InstrTxt" class="form-group Notice">Complete this section only if you enter as a freshman
</div>
</div>
<div id="div_highschoolName" class="form-group">
<label class="control-label" for="id_highschoolName">High school name
<input required type="" name="High school name" id="id_highschoolName" placeholder class="form-control">
</div>
<div id="div_actComposite" class="form-group">
<label class="control-label" for="id_actComposite">ACT composite score
<input required type="" name="ACT composite score" id="id_actComposite" placeholder class="form-control">
</div>
<div id="div_satScore" class="form-group">
<label class="control-label" for="id_satScore">SAT verbal/math combined score
<input required type="" name="SAT verbal/math combined score" id="id_satScore" placeholder class="form-control">
</div>
<div class="ou-form">
<div id="div_InstrTxt" class="form-group Notice">Complete this section only if you will enter as a transfer student
</div>
</div>
<div class="ou-form">
<div id="div_collegeAttending" class="form-group">
<label class="control-label" for="id_collegeAttending">Name of college currently attending
</label> <select id="id_collegeAttending" name="collegeAttending" class="form-control">
<option value="" selected>Please select</option>
<option value="Sample college one">Sample college one</option>
<option value="Sample college two">Sample college two</option>
<option value="Sample college three">Sample college three</option>
</select>
<span id="ldp-help-collegeAttending" class="help-block"></span>
</div>
</div>
</fieldset>
<div class="ou-form">
<div class="g-recaptcha" data-sitekey="6LeAgmQbAAAAADJ8_F2cAFmSeBdgJUdOE1rYJ-y_" style="outline: none;">
<div style="width: 304px; height: 78px; outline: none;">
<div style="outline: none;">
<iframe title="reCAPTCHA" width="304" height="78" role="presentation" name="a-d1ssc213x3m1" frameborder="0" scrolling="no" sandbox="allow-forms allow-popups allow-same-origin allow-scripts allow-top-navigation allow-modals allow-popups-to-escape-sandbox allow-storage-access-by-user-activation" src="https://www.google.com/recaptcha/api2/anchor?ar=1&k=6LeAgmQbAAAAADJ8_F2cAFmSeBdgJUdOE1rYJ-y_&co=aHR0cHM6Ly93d3cubWlzc291cmlzdGF0ZS5lZHU6NDQz&hl=en&v=79clEdOi5xQbrrpL2L8kGmK3&size=normal&anchor-ms=40000&execute-ms=30000&cb=t659wourhb82" style="outline: none;">
</iframe>
</div>
<textarea id="g-recaptcha-response" name="g-recaptcha-response" class="g-recaptcha-response" style="width: 250px; height: 40px; border: 1px solid rgb(193, 193, 193); margin: 10px 25px; padding: 0px; resize: none; display: none; outline: none;"></textarea>
</div>
<iframe style="display: none; outline: none;"></iframe>
</div>
<label aria-hidden="true" style="display: none; margin-left: -1000px; outline: none;"> Hidden Item
<input type="hidden" name="form_grc" value="1" style="outline: none;">
</label>
<br style="outline: none;">
<label aria-hidden="true" style="display: none; margin-left: -1000px; outline: none;">Form UUID
<input type="hidden" name="form_uuid" value="f5f62165-a61f-4d7a-a226-e3862db81e80" style="outline: none;">
</label>
<label aria-hidden="true" style="display: none; margin-left: -1000px; outline: none;">Site Name
<input type="hidden" name="site_name" value="www" style="outline: none;">
</label>
</div>
<button type="submit" class="btn btn-primary ldp-hide-on-submit">Submit
</button>
<button type="reset" class="btn btn-primary ldp-hide-on-submit">Clear
</button>
</div>
</ou-form>
</div>
</main>
<main class="grid_twothirds ContentColumn grid_col" id="ContentColumn">
<div class="grid_whole grid_col"><h1 class="page-title">Sample form: Request Information</h1>
<p>To request information, please complete and submit the following form. You may also request information by contacting the Admissions Office at<span> </span><a href="mailto:info@missouristate.edu">info@missouristate.edu</a><span> </span>or call 800-492-7900 or 417-836-5517.</p>
</div>
<br>
<div class="ou-form">
<div id="status_f73c809b-3fe6-4aad-b5f9-189ea693815d">
</div>
<ou-form method="post" autocomplete="off" data-ou-form-error="Your%20form%20has%20failed%20to%20be%20submitted.%20Please%20contact%20Web%20Strategy%20and%20Development.">
<div class="ou-ldp-form-element">
{{#> @mc-fieldset studentInfo}}
{{#*inline 'container'}}
{{> @input--mc_text firstName}}
{{> @input--mc_text lastName}}
{{> @input--mc_text street}}
{{> @input--mc_text city}}
{{> @mc-dropdown--state state}}
{{> @input--mc_text zipCode}}
{{> @input--mc_text cellPhone}}
{{> @input--mc_text emailAddress}}
{{> @input--mc_text otherEmail}}
{{> @input--mc_date dateofBirth}}
{{> @mc-dropdown academicInterest}}
{{/inline}}
{{/ @mc-fieldset}}
{{> @radio-mc-group hispanicLatino}}
{{> @checkbox-mc-group race}}
{{> @checkbox-mc-group requestedInformation}}
{{#> @mc-fieldset academicInformation}}
{{#*inline 'container'}}
{{> @mc-dropdown--standard semesterofEntry}}
{{> @input--mc_text yearofEntry}}
{{> @instructional-text freshmanOnly}}
{{> @input--mc_text highSchool}}
{{> @input--mc_text actComposite}}
{{> @input--mc_text satScore}}
{{> @instructional-text transferOnly}}
{{> @mc-dropdown--standard collegeAttending}}
{{/inline}}
{{/ @mc-fieldset}}
{{#if captcha}}
{{render '@mc-captcha'}}
{{/if}}
<button type="submit" class="btn btn-primary ldp-hide-on-submit">Submit
</button>
<button type="reset" class="btn btn-primary ldp-hide-on-submit">Clear
</button>
</div>
</ou-form>
</div>
</main>
{
"pageId": 1,
"action": null,
"requiredFields": true,
"captcha": true,
"formType": {
"email": true
},
"thankYou": {
"value": null
},
"sendTo": {
"value": null
},
"sendFrom": {
"value": null
},
"replyTo": {
"value": null
},
"subject": {
"value": "Web Form Submission"
},
"studentInfo": {
"legend": "Student Information",
"label": "Student Information",
"name": "student_info",
"firstName": {
"pageId": 3,
"label": "First name",
"name": "first_name",
"required": true
},
"lastName": {
"pageId": 4,
"label": "Last name",
"name": "last_name",
"required": true
},
"city": {
"pageId": 4,
"label": "City",
"name": "city",
"required": true
},
"street": {
"pageId": 4,
"label": "Street",
"name": "street",
"required": true
},
"state": {
"id": "State",
"label": "State",
"name": "state",
"required": true,
"group": [
{
"control": [
{
"option": "Please select",
"selected": true,
"value": null
},
{
"option": "Alabama",
"value": "AL"
},
{
"option": "Alaska",
"value": "AK"
},
{
"option": "American Samoa",
"value": "AS"
},
{
"option": "Arizona",
"value": "AZ"
},
{
"option": "Arkansas",
"value": "AR"
},
{
"option": "California",
"value": "CA"
},
{
"option": "Colorado",
"value": "CO"
},
{
"option": "Connecticut",
"value": "CT"
},
{
"option": "Delaware",
"value": "DE"
},
{
"option": "District of Columbia",
"value": "DC"
},
{
"option": "Fed St of Micronesia",
"value": "FM"
},
{
"option": "Florida",
"value": "FL"
},
{
"option": "Georgia",
"value": "GA"
},
{
"option": "Guam",
"value": "GU"
},
{
"option": "Hawaii",
"value": "HI"
},
{
"option": "Idaho",
"value": "ID"
},
{
"option": "Illinois",
"value": "IL"
},
{
"option": "Indiana",
"value": "IN"
},
{
"option": "Iowa",
"value": "IA"
},
{
"option": "Kansas",
"value": "KS"
},
{
"option": "Kentucky",
"value": "KY"
},
{
"option": "Louisiana",
"value": "LA"
},
{
"option": "Maine",
"value": "ME"
},
{
"option": "Marshall Islands",
"value": "MH"
},
{
"option": "Maryland",
"value": "MD"
},
{
"option": "Massachusetts",
"value": "MA"
},
{
"option": "Michigan",
"value": "MI"
},
{
"option": "Minnesota",
"value": "MN"
},
{
"option": "Mississippi",
"value": "MS"
},
{
"option": "Missouri",
"value": "MO"
},
{
"option": "Montana",
"value": "MT"
},
{
"option": "Nebraska",
"value": "NE"
},
{
"option": "Nevada",
"value": "NV"
},
{
"option": "New Hampshire",
"value": "NH"
},
{
"option": "New Jersey",
"value": "NJ"
},
{
"option": "New Mexico",
"value": "NM"
},
{
"option": "New York",
"value": "NY"
},
{
"option": "North Carolina",
"value": "NC"
},
{
"option": "North Dakota",
"value": "ND"
},
{
"option": "No Mariana Islands",
"value": "MP"
},
{
"option": "Ohio",
"value": "OH"
},
{
"option": "Oklahoma",
"value": "OK"
},
{
"option": "Oregon",
"value": "OR"
},
{
"option": "Palau",
"value": "PW"
},
{
"option": "Pennsylvania",
"value": "PA"
},
{
"option": "Puerto Rico",
"value": "PR"
},
{
"option": "Rhode Island",
"value": "RI"
},
{
"option": "South Carolina",
"value": "SC"
},
{
"option": "South Dakota",
"value": "SD"
},
{
"option": "Tennessee",
"value": "TN"
},
{
"option": "Texas",
"value": "TX"
},
{
"option": "Utah",
"value": "UT"
},
{
"option": "Vermont",
"value": "VT"
},
{
"option": "Virgin Islands",
"value": "VI"
},
{
"option": "Virginia",
"value": "VA"
},
{
"option": "Washington",
"value": "WA"
},
{
"option": "West Virginia",
"value": "WV"
},
{
"option": "Wisconsin",
"value": "WI"
},
{
"option": "Wyoming",
"value": "WY"
},
{
"option": "Armed Forces Africa",
"value": "AE"
},
{
"option": "Armed Forces Americas",
"value": "AA"
},
{
"option": "Armed Forces Canada",
"value": "AE"
},
{
"option": "Armed Forces Europe",
"value": "AE"
},
{
"option": "Armed Forces Middle East",
"value": "AE"
},
{
"option": "Armed Forces Pacific",
"value": "AP"
}
]
}
]
},
"zipCode": {
"pageId": 6,
"label": "Zip code",
"name": "zip_code",
"required": true
},
"cellPhone": {
"pageId": 7,
"label": "Cell phone number",
"name": "cell_phone_number",
"required": false
},
"emailAddress": {
"pageId": 8,
"label": "Your email address",
"name": "your_email_address",
"required": true
},
"otherEmail": {
"pageId": 9,
"label": "Parent or guardian email address",
"name": "parent_or_guardian_email_address",
"required": false
},
"dateofBirth": {
"pageId": 10,
"label": "Date of birth",
"name": "date_of_birth",
"type": "date_input",
"required": true
},
"academicInterest": {
"pageId": 11,
"label": "Major or academic interest",
"name": "academicInterest",
"id": "academicInterest",
"type": "mc-dropdown",
"description": "Select your primary academic interest.",
"group": [
{
"control": [
{
"option": "Please select",
"label": "Please select",
"value": null,
"selected": true
},
{
"option": "Accounting",
"value": "Accounting"
},
{
"option": "Agriculture",
"value": "Agriculture"
},
{
"option": "Animal Science",
"value": "Animal Science"
},
{
"option": "Anthropology",
"value": "Anthropology"
},
{
"option": "Art and design",
"value": "Art and design"
},
{
"option": "Astronomy",
"value": "Astronomy"
}
]
}
]
}
},
"hispanicLatino": {
"pageId": 12,
"legend": "Hispanic/Latino",
"label": "Hispanic/Latino",
"name": "hispanicLatino",
"control": [
{
"pageId": 13,
"title": "Yes",
"label": "Yes",
"name": "radio-mc-group",
"value": "Yes"
},
{
"pageId": 14,
"title": "No",
"label": "no",
"name": "radio-mc-group",
"value": "No"
}
]
},
"race": {
"pageId": 15,
"legend": "Race",
"label": "Race",
"name": "race",
"type": "checkbox",
"description": "Check all that apply.",
"control": [
{
"pageId": 16,
"title": "American Indian or Alaska Native",
"label": "American Indian or Alaska Native",
"type": "checkbox-mc-group",
"checked": false
},
{
"pageId": 17,
"title": "Asian",
"label": "Asian",
"name": "checkbox_mc_group"
},
{
"pageId": 18,
"title": "Black or African American",
"label": "Black or African American",
"name": "checkbox-mc-group"
},
{
"pageId": 19,
"title": "Native Hawaiian or Other Pacific Islander",
"label": "Native Hawaiian or Other Pacific Islander",
"name": "checkbox-mc-group"
},
{
"pageId": 20,
"title": "White",
"label": "White",
"name": "checkbox-mc-group"
}
]
},
"requestedInformation": {
"pageId": 21,
"legend": "Requested information",
"label": "Requested information",
"name": "requested_information",
"description": "Check any area on which you would like to receive more information.",
"control": [
{
"pageId": 22,
"title": "Army ROTC",
"label": "Army ROTC",
"value": "Army ROTC"
},
{
"pageId": 23,
"title": "Athletics/Intramurals",
"label": "Athletics/Intramurals",
"value": "Athletics/Intramurals"
},
{
"pageId": 24,
"title": "Bands",
"label": "Bands",
"value": "Bands"
},
{
"pageId": 25,
"title": "Choirs",
"label": "Choirs",
"value": "Choirs"
},
{
"pageId": 26,
"title": "Cheerleading/spirit squad",
"label": "Cheerleading/spirit squad",
"value": "Cheerleading/spirit squad"
},
{
"pageId": 27,
"title": "Disability Resource Center",
"label": "Disability Resource Center",
"value": "Disability Resource Center"
},
{
"pageId": 28,
"title": "Financial aid/scholarships",
"label": "Financial aid/scholarships",
"value": "Financial aid/scholarships"
},
{
"pageId": 29,
"title": "Honors College",
"label": "Honors College",
"value": "Honors College"
},
{
"pageId": 30,
"title": "Master's degree programs",
"label": "Master's degree programs",
"value": "Master's degree programs"
},
{
"pageId": 31,
"title": "Multicultural student services",
"label": "Multicultural student services",
"value": "Multicultural student services"
},
{
"pageId": 32,
"title": "Services for adult students",
"label": "Services for adult students",
"value": "Services for adult students"
},
{
"pageId": 33,
"title": "Student employment",
"label": "Student employment",
"value": "Student employment"
},
{
"pageId": 34,
"title": "Student organizations",
"label": "Student organizations",
"value": "Student organizations"
},
{
"pageId": 35,
"title": "Study Away Program",
"label": "Study Away Program",
"value": "Study Away Program"
},
{
"pageId": 36,
"title": "Veteran Student Services",
"label": "Veteran Student Services",
"value": "Veteran Student Services"
}
]
},
"academicInformation": {
"pageId": 37,
"legend": "Academic information",
"label": "Academic information",
"name": "academic_information",
"context": null,
"semesterofEntry": {
"pageId": 38,
"label": "Semester of entry",
"name": "semesterofEntry",
"id": "semesterofEntry",
"type": "mc-dropdown",
"description": "What semester and year do you plan to start classes?",
"group": [
{
"control": [
{
"option": "Please select",
"label": "Please select",
"value": null,
"selected": true
},
{
"option": "Fall",
"value": "Fall"
},
{
"option": "Spring",
"value": "Spring"
},
{
"option": "Summer",
"value": "Summer"
}
]
}
]
},
"yearofEntry": {
"pageId": 39,
"label": "Year of Entry",
"name": "yearofEntry",
"required": true,
"description": "Use the following format yyyy"
},
"freshmanOnly": {
"PageId": 40,
"label": "freshmanOnly",
"name": "InstrTxt",
"content": "Complete this section only if you enter as a freshman",
"class": "Notice"
},
"highSchool": {
"pageId": 41,
"label": "High school name",
"name": "highschoolName"
},
"actComposite": {
"pageId": 42,
"label": "ACT composite score",
"name": "actComposite"
},
"satScore": {
"pageId": 43,
"label": "SAT verbal/math combined score",
"name": "satScore"
},
"transferOnly": {
"PageId": 40,
"label": "transferOnly",
"name": "InstrTxt",
"content": "Complete this section only if you will enter as a transfer student",
"class": "Notice"
},
"collegeAttending": {
"pageId": 44,
"label": "Name of college currently attending",
"name": "collegeAttending",
"id": "collegeAttending",
"type": "mc-dropdown",
"description": null,
"group": [
{
"control": [
{
"option": "Please select",
"label": "Please select",
"value": null,
"selected": true
},
{
"option": "Sample college one",
"value": "Sample college one"
},
{
"option": "Sample college two",
"value": "Sample college two"
},
{
"option": "Sample college three",
"value": "Sample college three"
}
]
}
]
}
},
"submit": {
"name": "Submit",
"label": "Submit",
"type": "button-primary--active",
"context": {
"text": "Submit",
"class": null
}
}
}