El Paso County Proclamation Request Form

You MUST submit this request 8 weeks ahead of when you would like to receive your proclamation.
  • Requester Information

  • Requesting Entity Information

  • Proclamation Information

  • Select date MM slash DD slash YYYY
    The BoCC ONLY meets on Tuesdays. ONLY select Tuesday dates.
  • Select date MM slash DD slash YYYY
    The BoCC ONLY meets on Tuesdays. ONLY select Tuesday dates.
  • Select date MM slash DD slash YYYY
    The BoCC ONLY meets on Tuesdays. ONLY select Tuesday dates.
  • Proclamation Content

  • 0 of 3000 max characters
  • gform.addFilter( 'gform_datepicker_options_pre_init', function( optionsObj, formId, fieldId ) { if ( formId == 8 && (fieldId == 41 || fieldId == 43 || fieldId == 44) ) { // Start on Sunday optionsObj.firstDay = 0; // Only allow Tuesday selection (day == 2) // Only allow selection 6 weeks out let numWeeks = 6; let sixweeks = new Date(); sixweeks.setDate(sixweeks.getDate() + numWeeks * 7); optionsObj.beforeShowDay = function(date) { var day = date.getDay(); if ( date >= sixweeks && (day == 2)) return [true, '']; return [false, '']; }; optionsObj.minDate = sixweeks; //optionsObj.maxDate = ranges[ranges.length -1].end; } return optionsObj; });