mojoconf / MCT

nothing to see here yet, move along
7 stars 1 forks source link

Add registration page #14

Closed jhthorsen closed 9 years ago

jhthorsen commented 9 years ago

Want to have a "plain" register page where we embed the "buy tickets" form from eventbrite:

<div style="width:100%; text-align:left;" >
  <iframe src="http://www.eventbrite.com/tickets-external?eid=15825231694&ref=etckt&v=2" frameborder="0" height="256" width="100%" vspace="0" hspace="0" marginheight="5" marginwidth="5" scrolling="auto" allowtransparency="true"></iframe>
</div>

Resource: http://developer.eventbrite.com/doc/widgets/#ticket

Feel free to make it awesomelicious.

jhthorsen commented 9 years ago

Note: Everything in the "auto" directory has automatic routes created. So register.html.ep turns into /register.

jhthorsen commented 9 years ago

I wonder if the /register page can detect if a user has placed an order. Right now, it feels a bit awkward if the same widget shows up even if I have already placed an order...

Is there a way we can also suggest that the user should "/connect" on the "/register" page?

(I could be wrong)

jhthorsen commented 9 years ago

I'm closing this for now, since no-one else seems to care.