{"id":58,"date":"2022-11-08T09:57:55","date_gmt":"2022-11-08T14:57:55","guid":{"rendered":"https:\/\/middlesexcollege.edu\/teen-arts\/?page_id=58"},"modified":"2026-01-27T14:47:50","modified_gmt":"2026-01-27T19:47:50","slug":"intent-to-participate","status":"publish","type":"page","link":"https:\/\/middlesexcollege.edu\/teen-arts\/intent-to-participate\/","title":{"rendered":"Intent to Participate"},"content":{"rendered":"\n<h2 class=\"wp-block-heading bb-primary-1\">Participation Costs<\/h2>\n\n\n\n<p><strong>Full participation, unlimited number of students per school \u2013 visual arts, creative writing, dance, music, film\/animation, and theatre \u2013 $425<\/strong><\/p>\n\n\n\n<p>After the \u201cIntent to Participate\u201d form is filed and we receive the notification, we will send you an invoice. Please print and sign and send it back with either a check or P.O. payable to Middlesex College.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Please send to:<\/h3>\n\n\n\n<p>Annie Hogan<br>V.P.M.A. Dept.<br>Middlesex College<br>Teen Arts Festival<br>2600 Woodbridge Ave,<br>Edison, NJ 08818<\/p>\n\n\n\n<h2 class=\"wp-block-heading bb-primary-1\">Important Dates<\/h2>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Submit your school\u2019s Intent to Participate form (general overview form that lets the Festival know your school plans on attending):&nbsp;<strong>Friday, February 6, 2026.<\/strong><\/li>\n\n\n\n<li>You will be sent an outline of workshops by&nbsp;<strong>Wednesday, February 25, 2026.<\/strong><\/li>\n\n\n\n<li>All entry fees or purchase orders must be received by&nbsp;<strong>Friday, February 27, 2026.<\/strong><\/li>\n\n\n\n<li>All creative writing, poetry and film submissions must be received by <strong>Friday, February 20, 2026.<\/strong><\/li>\n\n\n\n<li>Hanging of visual artworks <strong>Tuesday and Wednesday, March 3 and 4, 2026.<\/strong><\/li>\n\n\n\n<li>Visual Arts Exhibit: beginning&nbsp;<strong>Monday, March 9, 2026,&nbsp;<em>opening in the Middlesex College Gallery, 6 p.m. \u2013 8 p.m.<\/em><\/strong><\/li>\n\n\n\n<li>Middlesex County Teen Arts Festival:&nbsp;<strong>Wednesday, March 11, 2026<\/strong>.<\/li>\n<\/ul>\n\n\n\r\n<div class=\"section__box\" >\r\n  <div class=\"section__box-inner\">\r\n    <div class=\"section__box-content\">\r\n      <p><strong>There will be no workshop pre-registration.<\/strong><\/p>\n    <\/div>\r\n  <\/div>\r\n<\/div>\r\n\n\n\n<p>Please fill out the form below.&nbsp;<\/p>\n\n\n\n<p><strong>Only <em>one<\/em> submission per high school and <em>one<\/em> per middle school.<\/strong><\/p>\n\n\n\n<iframe id=\"JotFormIFrame-203496565425058\" title=\"Teen Arts Festival - Intent to Participate Form\" onload=\"window.parent.scrollTo(0,0)\" allowtransparency=\"true\" allowfullscreen=\"true\" allow=\"geolocation; microphone; camera\" src=\"https:\/\/middlesexcc.jotform.com\/203496565425058\" frameborder=\"0\" style=\"\nmin-width: 100%;\nheight:539px;\nborder:none;\" scrolling=\"no\">\n<\/iframe>\n<script type=\"text\/javascript\">\nvar ifr = document.getElementById(\"JotFormIFrame-203496565425058\");\nif (ifr) {\n  var src = ifr.src;\n  var iframeParams = [];\n  if (window.location.href && window.location.href.indexOf(\"?\") > -1) {\n    iframeParams = iframeParams.concat(window.location.href.substr(window.location.href.indexOf(\"?\") + 1).split('&'));\n  }\n  if (src && src.indexOf(\"?\") > -1) {\n    iframeParams = iframeParams.concat(src.substr(src.indexOf(\"?\") + 1).split(\"&\"));\n    src = src.substr(0, src.indexOf(\"?\"))\n  }\n  iframeParams.push(\"isIframeEmbed=1\");\n  ifr.src = src + \"?\" + iframeParams.join('&');\n}\nwindow.handleIFrameMessage = function(e) {\n  if (typeof e.data === 'object') { return; }\n  var args = e.data.split(\":\");\n  if (args.length > 2) { iframe = document.getElementById(\"JotFormIFrame-\" + args[(args.length - 1)]); } else { iframe = document.getElementById(\"JotFormIFrame\"); }\n  if (!iframe) { return; }\n  switch (args[0]) {\n    case \"scrollIntoView\":\n      iframe.scrollIntoView();\n      break;\n    case \"setHeight\":\n      iframe.style.height = args[1] + \"px\";\n      break;\n    case \"collapseErrorPage\":\n      if (iframe.clientHeight > window.innerHeight) {\n        iframe.style.height = window.innerHeight + \"px\";\n      }\n      break;\n    case \"reloadPage\":\n      window.location.reload();\n      break;\n    case \"loadScript\":\n      if( !window.isPermitted(e.origin, ['jotform.com', 'jotform.pro']) ) { break; }\n      var src = args[1];\n      if (args.length > 3) {\n          src = args[1] + ':' + args[2];\n      }\n      var script = document.createElement('script');\n      script.src = src;\n      script.type = 'text\/javascript';\n      document.body.appendChild(script);\n      break;\n    case \"exitFullscreen\":\n      if      (window.document.exitFullscreen)        window.document.exitFullscreen();\n      else if (window.document.mozCancelFullScreen)   window.document.mozCancelFullScreen();\n      else if (window.document.mozCancelFullscreen)   window.document.mozCancelFullScreen();\n      else if (window.document.webkitExitFullscreen)  window.document.webkitExitFullscreen();\n      else if (window.document.msExitFullscreen)      window.document.msExitFullscreen();\n      break;\n  }\n  var isJotForm = (e.origin.indexOf(\"jotform\") > -1) ? true : false;\n  if(isJotForm && \"contentWindow\" in iframe && \"postMessage\" in iframe.contentWindow) {\n    var urls = {\"docurl\":encodeURIComponent(document.URL),\"referrer\":encodeURIComponent(document.referrer)};\n    iframe.contentWindow.postMessage(JSON.stringify({\"type\":\"urls\",\"value\":urls}), \"*\");\n  }\n};\nwindow.isPermitted = function(originUrl, whitelisted_domains) {\n  var url = document.createElement('a');\n  url.href = originUrl;\n  var hostname = url.hostname;\n  var result = false;\n  if( typeof hostname !== 'undefined' ) {\n    whitelisted_domains.forEach(function(element) {\n        if( hostname.slice((-1 * element.length - 1)) === '.'.concat(element) ||  hostname === element ) {\n            result = true;\n        }\n    });\n    return result;\n  }\n};\nif (window.addEventListener) {\n  window.addEventListener(\"message\", handleIFrameMessage, false);\n} else if (window.attachEvent) {\n  window.attachEvent(\"onmessage\", handleIFrameMessage);\n}\n<\/script>\n","protected":false},"excerpt":{"rendered":"<p>Participation Costs Full participation, unlimited number of students per school \u2013 visual arts, creative writing, dance, music, film\/animation, and theatre \u2013 $425 After the \u201cIntent to Participate\u201d form is filed and we receive the notification, we will send you an invoice. Please print and sign and send it back with either a check or P.O. [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":216,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_acf_changed":false,"footnotes":""},"class_list":["post-58","page","type-page","status-publish","has-post-thumbnail","hentry"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.3 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Intent to Participate | Middlesex College<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/middlesexcollege.edu\/teen-arts\/intent-to-participate\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Intent to Participate | Middlesex College\" \/>\n<meta property=\"og:description\" content=\"Participation Costs Full participation, unlimited number of students per school \u2013 visual arts, creative writing, dance, music, film\/animation, and theatre \u2013 $425 After the \u201cIntent to Participate\u201d form is filed and we receive the notification, we will send you an invoice. Please print and sign and send it back with either a check or P.O. [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/middlesexcollege.edu\/teen-arts\/intent-to-participate\/\" \/>\n<meta property=\"og:site_name\" content=\"Middlesex County Teen Arts Festival\" \/>\n<meta property=\"article:modified_time\" content=\"2026-01-27T19:47:50+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/middlesexcollege.edu\/teen-arts\/wp-content\/uploads\/sites\/24\/2024\/10\/teen-arts-intent-to-participate.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"960\" \/>\n\t<meta property=\"og:image:height\" content=\"356\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"2 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/middlesexcollege.edu\\\/teen-arts\\\/intent-to-participate\\\/\",\"url\":\"https:\\\/\\\/middlesexcollege.edu\\\/teen-arts\\\/intent-to-participate\\\/\",\"name\":\"Intent to Participate | Middlesex College\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/middlesexcollege.edu\\\/teen-arts\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/middlesexcollege.edu\\\/teen-arts\\\/intent-to-participate\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/middlesexcollege.edu\\\/teen-arts\\\/intent-to-participate\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/middlesexcollege.edu\\\/teen-arts\\\/wp-content\\\/uploads\\\/sites\\\/24\\\/2024\\\/10\\\/teen-arts-intent-to-participate.jpg\",\"datePublished\":\"2022-11-08T14:57:55+00:00\",\"dateModified\":\"2026-01-27T19:47:50+00:00\",\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/middlesexcollege.edu\\\/teen-arts\\\/intent-to-participate\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/middlesexcollege.edu\\\/teen-arts\\\/intent-to-participate\\\/#primaryimage\",\"url\":\"https:\\\/\\\/middlesexcollege.edu\\\/teen-arts\\\/wp-content\\\/uploads\\\/sites\\\/24\\\/2024\\\/10\\\/teen-arts-intent-to-participate.jpg\",\"contentUrl\":\"https:\\\/\\\/middlesexcollege.edu\\\/teen-arts\\\/wp-content\\\/uploads\\\/sites\\\/24\\\/2024\\\/10\\\/teen-arts-intent-to-participate.jpg\",\"width\":960,\"height\":356,\"caption\":\"\"},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/middlesexcollege.edu\\\/teen-arts\\\/#website\",\"url\":\"https:\\\/\\\/middlesexcollege.edu\\\/teen-arts\\\/\",\"name\":\"Middlesex County Teen Arts Festival\",\"description\":\"\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/middlesexcollege.edu\\\/teen-arts\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Intent to Participate | Middlesex College","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/middlesexcollege.edu\/teen-arts\/intent-to-participate\/","og_locale":"en_US","og_type":"article","og_title":"Intent to Participate | Middlesex College","og_description":"Participation Costs Full participation, unlimited number of students per school \u2013 visual arts, creative writing, dance, music, film\/animation, and theatre \u2013 $425 After the \u201cIntent to Participate\u201d form is filed and we receive the notification, we will send you an invoice. Please print and sign and send it back with either a check or P.O. [&hellip;]","og_url":"https:\/\/middlesexcollege.edu\/teen-arts\/intent-to-participate\/","og_site_name":"Middlesex County Teen Arts Festival","article_modified_time":"2026-01-27T19:47:50+00:00","og_image":[{"width":960,"height":356,"url":"https:\/\/middlesexcollege.edu\/teen-arts\/wp-content\/uploads\/sites\/24\/2024\/10\/teen-arts-intent-to-participate.jpg","type":"image\/jpeg"}],"twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"2 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/middlesexcollege.edu\/teen-arts\/intent-to-participate\/","url":"https:\/\/middlesexcollege.edu\/teen-arts\/intent-to-participate\/","name":"Intent to Participate | Middlesex College","isPartOf":{"@id":"https:\/\/middlesexcollege.edu\/teen-arts\/#website"},"primaryImageOfPage":{"@id":"https:\/\/middlesexcollege.edu\/teen-arts\/intent-to-participate\/#primaryimage"},"image":{"@id":"https:\/\/middlesexcollege.edu\/teen-arts\/intent-to-participate\/#primaryimage"},"thumbnailUrl":"https:\/\/middlesexcollege.edu\/teen-arts\/wp-content\/uploads\/sites\/24\/2024\/10\/teen-arts-intent-to-participate.jpg","datePublished":"2022-11-08T14:57:55+00:00","dateModified":"2026-01-27T19:47:50+00:00","inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/middlesexcollege.edu\/teen-arts\/intent-to-participate\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/middlesexcollege.edu\/teen-arts\/intent-to-participate\/#primaryimage","url":"https:\/\/middlesexcollege.edu\/teen-arts\/wp-content\/uploads\/sites\/24\/2024\/10\/teen-arts-intent-to-participate.jpg","contentUrl":"https:\/\/middlesexcollege.edu\/teen-arts\/wp-content\/uploads\/sites\/24\/2024\/10\/teen-arts-intent-to-participate.jpg","width":960,"height":356,"caption":""},{"@type":"WebSite","@id":"https:\/\/middlesexcollege.edu\/teen-arts\/#website","url":"https:\/\/middlesexcollege.edu\/teen-arts\/","name":"Middlesex County Teen Arts Festival","description":"","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/middlesexcollege.edu\/teen-arts\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"}]}},"_links":{"self":[{"href":"https:\/\/middlesexcollege.edu\/teen-arts\/wp-json\/wp\/v2\/pages\/58","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/middlesexcollege.edu\/teen-arts\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/middlesexcollege.edu\/teen-arts\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/middlesexcollege.edu\/teen-arts\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/middlesexcollege.edu\/teen-arts\/wp-json\/wp\/v2\/comments?post=58"}],"version-history":[{"count":16,"href":"https:\/\/middlesexcollege.edu\/teen-arts\/wp-json\/wp\/v2\/pages\/58\/revisions"}],"predecessor-version":[{"id":230,"href":"https:\/\/middlesexcollege.edu\/teen-arts\/wp-json\/wp\/v2\/pages\/58\/revisions\/230"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/middlesexcollege.edu\/teen-arts\/wp-json\/wp\/v2\/media\/216"}],"wp:attachment":[{"href":"https:\/\/middlesexcollege.edu\/teen-arts\/wp-json\/wp\/v2\/media?parent=58"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}