We provide a easier way to create event. You can create a new event from existing template, or even from other event site.
You can send HTTP GET/POST to this URL:
http://registrano.com/events/new/template
...and with these parameters:
Event Name
Event Location
Even Description
Event Start Time
You should use strftime("%Y%m%dT%H%M00Z") to generate the right format like: 20080506T100000Z
Event End Time.
You should use strftime("%Y%m%dT%H%M00Z") to generate the right format like: 20080506T100000Z
Geographic Information.
It only works when you send geo_long at the same time.
Geographic Information.
It only works when you send geo_lat at the same time.
You can add the form widget to your own event website.
<link href="http://registrano.com/events/YOUR_EVENT_URL/widgets/form-simple.css" media="screen" rel="stylesheet" type="text/css" />
<script src="http://registrano.com/events/YOUR_EVENT_URL/widgets/form-simple.js"></script>
<iframe src="http://registrano.com/events/YOUR_EVENT_URL/registers/new" width="800" height="600"></iframe>