Creating multiple tracks
Confwall supports multi-track events out of the box at the same price as a single track event.
In the individual schedule objects, you need to assign a track
property with the value of your track. Track names can be numerical or names - as you please.
For example, if you have a schedule with only two talks, one in each track, the schedule JSON will look like this:
[
{
"track": "a",
"title": "Blue is the best colour",
"speaker": "Jane McBlue"
},
{
"track": "b",
"title": "What colour is the sky, really?",
"speaker": "John Skeptical"
}
]
Now your when you load up your Confwall (assuming the slug is "myevent"), the URL http://myevent.confwall.com will automatically redirect to the first track: http://myevent.confwall.com/track/a.