I'm developing a web application. It's months away from completion but I would like to build a landing page to show to potential customers to explain things and gauge their interest--basically collecting their email address and if they feel like it additional information like names + addresses.
I was planning on building this myself, but it seems like something like this must already exist, either as a web-service or as a pre-existing framework I can use.
The features I require:
- to display a fairly static page and potentially a series of pages
- collect emails (and additional customer data)
- track their actions--e.g., they got through the first two pages but didnt fill out the final page.
Sweet extras:
- Built-in support for A/B testing.
On a side note, I'm using Django to build my app, so if this thing integrates with Django in some way (e.g., it's a Django App) then that would be even more awesome!