1.   Closed

    Everest Ground [erst] | Update Landing Page

    by Amanda Frisone on May 14, 2015

    • Ticket #3250
    • Status
    • Priority
    • Milestone
    • Category
    • Tag
    • Assigned to John
    • Last Updated 6:00 pm
    • Modified by John

    On the landing page, please adjust the adkey field. Right now, for grad years up to 2014, the value is IND03570 (This will stay the same)
    When an applicant selects 2015, please make the adkey value = HS005579

    1. Attachments:
  2. John Ramirez
    about 11 years ago

    Already altered in /public_html/schools/everest-university-ground/everest.js

    Line:166

    function adKeyChange()
    {
    if (document.getElementById(‘grad_year’).value != “2015”) {
    document.getElementById(‘adkey’).value=’IND03570′;
    } else {
    document.getElementById(‘adkey’).value=’HSC05579′;
    }
    }

    Tested- See screenshot.

    1. Status changed from New to Closed.
    2. uploaded everest-adkey-2015.png