easherma / geotracer

A simple project to connect the geographic dots.
3 stars 5 forks source link

After submission, prompt user to enter email #15

Open easherma opened 9 years ago

easherma commented 9 years ago

After the user submits their points, the site should pop up a box/route to a prompt for email.

"Thanks for submitting? Would you like to provide your email address to stay in touch with this project?"

We could store the emails in a new table on CartoDB, but that data would be public. We either need a private CartoDB instance or need to setup another db to store results.

easherma commented 9 years ago

Another option for the email: we could have that submission send an email to a gmail account. https://pythonhosted.org/Flask-Mail/