/* Hide the two specific fields in the form */
#webform-submission-let-s-stay-in-touch-add-form .js-form-item-constituent-id,
#webform-submission-let-s-stay-in-touch-add-form .js-form-item-student-number-from-url {
    display: none;
}