Metadata
Title
Submit an Arts Event
Category
general
UUID
260ad6740f6046a69e2b0982907eacbe
Source URL
https://arts.princeton.edu/submit-an-event/
Parent URL
https://arts.princeton.edu/courses/fabric-logics-textiles-as-sculpture-fa-20/
Crawl Time
2026-03-10T05:06:19+00:00
Rendered Raw Markdown

Submit an Arts Event

Source: https://arts.princeton.edu/submit-an-event/ Parent: https://arts.princeton.edu/courses/fabric-logics-textiles-as-sculpture-fa-20/

Show Menu ×

Submit an Arts Event ---

The Lewis Center for the Arts invites all University departments, programs, and groups to submit arts events for inclusion on our online of upcoming performances, exhibitions, readings, screenings, lectures & more.

Event Submission Policy & Guidelines

The Lewis Center for the Arts provides an online  as a resource to the Princeton University community, with the aim of sharing any event by or for students or our colleagues across campus. We will make every effort to publish all submitted events but do not guarantee their inclusion in the public calendar. Events may be omitted from the calendar if they are:

By submitting an event with the form above, you confirm that all information is accurate and that you have permission to publish any images or other copyrighted information included. Please include credits, captions or notes if appropriate.

We may contact you for further details to ensure that the event posting is accurate, but we will not notify you when or if your event is published to our calendar. If you have any questions, please contact the Lewis Center’s Office of Communications by emailing LewisCenter@princeton.edu or calling 609-258-1500, dial 8.

Submit an Event

URL

This field is for validation purposes and should be left unchanged.

Name(Required)

(For contact purposes only – will not be published.)

First Last

Email Address(Required)

(For contact purposes only – will not be published.)

Organization(s)(Required)

Organization's Website

Please provide a link to the website for your organization or department. A social media link is also acceptable.

Event Title(Required)

Event Website

Please provide the link for your event if it is already posted to your organization's website.

Event Description(Required)

Event Date(s) & Time(s)(Required)

Event Location(Required)

(Physical space or virtual platform)

Art Form / Genre(Required)

(Please note: If your event does not generally fall into one of these categories, it is likely not eligible for posting to the LCA calendar)

Dance

Film

Literary/Creative Writing

Music

Theater & Music Theater

Visual Arts

Interdisciplinary

Event Audience(Required)

Open to all, including public audiences

Open only to the University community (students, faculty, staff)

Open only to Princeton students

Event Tickets/Admission(Required)

Free; with no tickets needed

Free; tickets are required

Free; advance registration or RSVP requested

Tickets must be purchased

If free tickets are required, please provide a URL for reserving free tickets:(Required)

If registration or RSVP is requested, please provide the URL or email address for registration or RSVP:(Required)

If tickets must be purchased, please provide the URL for buying tickets online:(Required)

If tickets must be purchased, please provide ticket cost/price range:(Required)

Will there be any access services available at your event (ASL interpretation, captions, assistive listening devices, etc.)?

Yes

No

I'm not sure yet

If there will be access services at your event, please provide details:

Will you also be publishing this event to the main University events calendar?(Required)

Yes

No

Publicity Image(Required)

Please upload a JPG file of an image that can be used as a thumbnail on our calendar post. Square or 1920x1080 dimensions preferred.

Accepted file types: jpg, png, gif, Max. file size: 50 MB.

Optional — Publicity Poster

You may also provide a JPG or PDF file of a promotional poster for your event.

Accepted file types: pdf, jpg, png, Max. file size: 50 MB.

Photo/design credits

Please provide the name of the photographer to credit and/or poster designer to credit.

Disclaimer(Required)

Yes, I have reviewed the Lewis Center for the Arts event submission policy & guidelines.

CAPTCHA

Δdocument.getElementById( "ak_js_1" ).setAttribute( "value", ( new Date() ).getTime() );

gform.initializeOnLoaded( function() {gformInitSpinner( 126, 'https://arts.princeton.edu/wp-content/plugins/gravityforms/images/spinner.svg', true );jQuery('#gform_ajax_frame_126').on('load',function(){var contents = jQuery(this).contents().find('*').html();var is_postback = contents.indexOf('GF_AJAX_POSTBACK') >= 0;if(!is_postback){return;}var form_content = jQuery(this).contents().find('#gform_wrapper_126');var is_confirmation = jQuery(this).contents().find('#gform_confirmation_wrapper_126').length > 0;var is_redirect = contents.indexOf('gformRedirect(){') >= 0;var is_form = form_content.length > 0 && ! is_redirect && ! is_confirmation;var mt = parseInt(jQuery('html').css('margin-top'), 10) + parseInt(jQuery('body').css('margin-top'), 10) + 100;if(is_form){form_content.find('form').css('opacity', 0);jQuery('#gform_wrapper_126').html(form_content.html());if(form_content.hasClass('gform_validation_error')){jQuery('#gform_wrapper_126').addClass('gform_validation_error');} else {jQuery('#gform_wrapper_126').removeClass('gform_validation_error');}setTimeout( function() { /* delay the scroll by 50 milliseconds to fix a bug in chrome */ }, 50 );if(window['gformInitDatepicker']) {gformInitDatepicker();}if(window['gformInitPriceFields']) {gformInitPriceFields();}var current_page = jQuery('#gform_source_page_number_126').val();gformInitSpinner( 126, 'https://arts.princeton.edu/wp-content/plugins/gravityforms/images/spinner.svg', true );jQuery(document).trigger('gform_page_loaded', [126, current_page]);window['gf_submitting_126'] = false;}else if(!is_redirect){var confirmation_content = jQuery(this).contents().find('.GF_AJAX_POSTBACK').html();if(!confirmation_content){confirmation_content = contents;}jQuery('#gform_wrapper_126').replaceWith(confirmation_content);jQuery(document).trigger('gform_confirmation_loaded', [126]);window['gf_submitting_126'] = false;wp.a11y.speak(jQuery('#gform_confirmation_message_126').text());}else{jQuery('#gform_126').append(contents);if(window['gformRedirect']) {gformRedirect();}}jQuery(document).trigger("gform_pre_post_render", [{ formId: "126", currentPage: "current_page", abort: function() { this.preventDefault(); } }]); if (event && event.defaultPrevented) { return; } const gformWrapperDiv = document.getElementById( "gform_wrapper_126" ); if ( gformWrapperDiv ) { const visibilitySpan = document.createElement( "span" ); visibilitySpan.id = "gform_visibility_test_126"; gformWrapperDiv.insertAdjacentElement( "afterend", visibilitySpan ); } const visibilityTestDiv = document.getElementById( "gform_visibility_test_126" ); let postRenderFired = false; function triggerPostRender() { if ( postRenderFired ) { return; } postRenderFired = true; gform.core.triggerPostRenderEvents( 126, current_page ); if ( visibilityTestDiv ) { visibilityTestDiv.parentNode.removeChild( visibilityTestDiv ); } } function debounce( func, wait, immediate ) { var timeout; return function() { var context = this, args = arguments; var later = function() { timeout = null; if ( !immediate ) func.apply( context, args ); }; var callNow = immediate && !timeout; clearTimeout( timeout ); timeout = setTimeout( later, wait ); if ( callNow ) func.apply( context, args ); }; } const debouncedTriggerPostRender = debounce( function() { triggerPostRender(); }, 200 ); if ( visibilityTestDiv && visibilityTestDiv.offsetParent === null ) { const observer = new MutationObserver( ( mutations ) => { mutations.forEach( ( mutation ) => { if ( mutation.type === 'attributes' && visibilityTestDiv.offsetParent !== null ) { debouncedTriggerPostRender(); observer.disconnect(); } }); }); observer.observe( document.body, { attributes: true, childList: false, subtree: true, attributeFilter: [ 'style', 'class' ], }); } else { triggerPostRender(); } } );} );