Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums JavaScript Coming Soon Page Email Collection

  • This topic is empty.
Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #40625
    jperrin
    Member

    Hey there,

    I’m looking for some advice on collecting emails. I’m creating a coming soon page and would like to let people enter their email to be notified when the app is available, pretty standard.

    However, I would prefer not to have to php, and don’t really want to use mailchimp because of their double opt-in. I just want to do a simple email collection.

    Any suggestions using jquery or a simple free service?

    Thanks in advance.

    #113438
    gurujust1n
    Member

    Well, to be simple you can use a simple HTML form that can send you and e-mail that they subscribed.

    #113439
    kevinvance
    Participant

    If you roll this yourself, at the simplest level you at least have to have somewhere to store the emails (unless you want to deal with receiving them via email all the time), which means you have to use some sort of database. And you have to have a way to connect to that database.

    So no way around that, really. jQuery won’t save you :) This just HAS to have a backend if you’re going to store emails.

Viewing 3 posts - 1 through 3 (of 3 total)
  • The forum ‘JavaScript’ is closed to new topics and replies.