Trumba Tribune Event Submission Form

Establishing your online newspaper as the dominant resource for local "go and do" content depends upon receiving event submissions from people and organizations in the community you serve. With Trumba® Connect, you can add submission forms to your website that work in connection with your calendars. You control the destination calendars for submitted events and you can set up the form so that you approve all submissions before they go live.

Experiment with the following event submission form. If you provide a valid email address, you’ll receive an email message confirming the submission. However, we won't actually add any submitted events to the Trumba Tribune calendars. We delete all submitter information and will never use it for internal purposes or provide it to any outside parties.

Submit an event

Trumba Connect

Trumba Tribune is a demonstration website for Trumba Connect, a web-hosted online calendar solution. For more information about Trumba Corporation and the Trumba Connect product, please visit www.trumba.com.

About this spud
close

Date Finder Control Spud

expandWhat it does

  • Navigates to specific dates in the calendar spud.
  • Click the arrows to move between months.
  • Click a date to display it on the Calendar spud.
  • Hover over a date to display a list of events.

expandWhat you can customize

  • Colors (including weekdays, weekends, and dates with events) and fonts.
  • Show or hide hover popup.

expandTry it on your own web page

Copy the spud code and paste it into the code for your own web page. Detailed steps

<html><head><title></title></head><body> <div style="width:200px; border:1px solid #000000; margin-bottom:20px;"> <script type="text/javascript" src="http://www.trumba.com/scripts/spuds.js"></script>
<script type="text/javascript">
$Trumba.addSpud({
webName: "trumbatribune",
spudType: "datefinder",
teaserBase : "http://tribune.trumba.com/online_calendars/display_locate_events.aspx" }); </script></div></body></html>