if ((this.value === 'normal' || this.value === 'backpage') && ($('#info_request_described_state').val() === 'not_foi' || $('#info_request_described_state').val() === 'vexatious')) {
        $(this).attr('title', 'The request will not be hidden unless you change the prominence.');
        $(this).tooltip('show');
        submit_button.attr('title', 'Warning! You are about to save this request without hiding it!');
        submit_button.tooltip();